Color Hex Logo

#733514 Color Hex

#733514
(115,53,20)
0 Favorites   0 Comments

Color spaces of #733514

RGB 1155320
HSL0.060.700.26
HSV21°83°45°
CMYK 0.000.540.83   0.55
XYZ8.46966.24161.4202
Yxy6.24160.52500.3869
Hunter Lab24.983216.793014.1178
CIE-Lab30.014024.992732.2556

#733514 color RGB value is (115,53,20).

#733514 hex color red value is 115, green value is 53 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #733514 hue: 0.06 , saturation: 0.70 and the lightness value of 733514 is 0.26.

The process color (four color CMYK) of #733514 color hex is 0.00, 0.54, 0.83, 0.55. Web safe color of #733514 is #663300. Color #733514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110101 00010100
Octal 163 65 24
Decimal 115 53 20
Hex 73 35 14

RGB Percentages of Color #733514

%61.17
%28.19
%10.64

CMYK Percentages of Color #733514

%0
%54
%83
%55

Triadic Colors of #733514

#733514 #147335 #351473

Analogous Colors of #733514

#733514 #736514 #731423

Monochromatic Colors of #733514

#733514

Complementary Color

#733514 #145273

#733514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733514 Color CSS Codes

.mybgcolor {background-color:#733514; } 
.myforecolor {color:#733514; }
.mybordercolor {border:3px solid #733514; }

#733514 Text Font Color

<p style="color:#733514">Text here</p>

This sample text font color is #733514
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#733514 Background Color

<div style="background-color:#733514">
Div content here</div>

This div background color is #733514


#733514 Border Color

<div style="border:3px solid #733514">
Div here</div>

This div border color is #733514


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,53,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #733514; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #733514;
  -webkit-box-shadow: 1px 1px 3px 2px #733514;
  box-shadow:         1px 1px 3px 2px #733514; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,53,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #733514">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #733514;
  -webkit-box-shadow: 1px 1px 3px 2px #733514;
  box-shadow:         1px 1px 3px 2px #733514;">
Div content here</div>

This div box has shadow with color #733514


Comments

No comments written yet.

Please login to write comment.