Color Hex Logo

#735420 Color Hex

#735420
(115,84,32)
0 Favorites   0 Comments

Color spaces of #735420

RGB 1158432
HSL0.100.560.29
HSV38°72°45°
CMYK 0.000.270.72   0.55
XYZ10.501310.08982.7605
Yxy10.08980.44970.4321
Hunter Lab31.76443.424217.0825
CIE-Lab38.00317.150834.3546

#735420 color RGB value is (115,84,32).

#735420 hex color red value is 115, green value is 84 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #735420 hue: 0.10 , saturation: 0.56 and the lightness value of 735420 is 0.29.

The process color (four color CMYK) of #735420 color hex is 0.00, 0.27, 0.72, 0.55. Web safe color of #735420 is #666633. Color #735420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010100 00100000
Octal 163 124 40
Decimal 115 84 32
Hex 73 54 20

RGB Percentages of Color #735420

%49.78
%36.36
%13.85

CMYK Percentages of Color #735420

%0
%27
%72
%55

Triadic Colors of #735420

#735420 #207354 #542073

Analogous Colors of #735420

#735420 #697320 #732b20

Monochromatic Colors of #735420

#735420

Complementary Color

#735420 #203f73

#735420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735420 Color CSS Codes

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

#735420 Text Font Color

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

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


#735420 Background Color

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

This div background color is #735420


#735420 Border Color

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

This div border color is #735420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735420


Comments

No comments written yet.

Please login to write comment.