Color Hex Logo

#735914 Color Hex

#735914
(115,89,20)
0 Favorites   0 Comments

Color spaces of #735914

RGB 1158920
HSL0.120.700.26
HSV44°83°45°
CMYK 0.000.230.83   0.55
XYZ10.768910.84012.1866
Yxy10.84010.45260.4556
Hunter Lab32.92430.766319.1094
CIE-Lab39.30983.539240.9993

#735914 color RGB value is (115,89,20).

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

The process color (four color CMYK) of #735914 color hex is 0.00, 0.23, 0.83, 0.55. Web safe color of #735914 is #666600. Color #735914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 00010100
Octal 163 131 24
Decimal 115 89 20
Hex 73 59 14

RGB Percentages of Color #735914

%51.34
%39.73
%8.93

CMYK Percentages of Color #735914

%0
%23
%83
%55

Triadic Colors of #735914

#735914 #147359 #591473

Analogous Colors of #735914

#735914 #5e7314 #732a14

Monochromatic Colors of #735914

#735914

Complementary Color

#735914 #142e73

#735914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735914 Color CSS Codes

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

#735914 Text Font Color

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

This sample text font color is #735914
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.


#735914 Background Color

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

This div background color is #735914


#735914 Border Color

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

This div border color is #735914


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,89,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 #735914">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735914


Comments

No comments written yet.

Please login to write comment.