#5C5E45

Color #5C5E45 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5C5E45

Tints of Woodland #5C5E45

Color information

#5C5E45 (or 0x5C5E45) is unknown color: approx Woodland. HEX triplet: 5C, 5E and 45. RGB value is (92,94,69). Sum of RGB (Red+Green+Blue) = 92+94+69=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5E45 is #A3A1BA. Grayscale: #5A5A5A. Windows color (decimal): -10723771 or 4546140. OLE color: 4546140.

HSL color Cylindrical-coordinate representation of color #5C5E45: hue angle of 64.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C5E45 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB929469-
CMYK0.0200.270.63
HSL64.8º15.34%31.96%-
HSV(B)64.8º26.6%36.86%-
XYZ9.4910.717.2-
YUV90.55115.84129.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 36.08%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=36.08%
G=36.86%
B=27.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9294690.0200.270.6364.815.3431.96
Hex5C5E45201B3F41f20
Octal1341361052033771011740
Binary1011100101111010001011001101111111110000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C5E45; }

 p { color: rgb(92,94,69); }

 H1.HeaderClassName
 {
   color: #5C5E45;
 }
 .AnyTagClassName
 {
   color: #5C5E45;
 }
</style>
background-color css

<style>
 a { background-color: #5C5E45; }

 a { background-color: rgb(92,94,69); }

 div.DivClassName
 {
   background-color: #5C5E45;
 }
 .BgClassName
 {
   background-color: #5C5E45;
 }
</style>
border-color css

<style>
 span { border-color: #5C5E45; }

 span { border-color: rgb(92,94,69); }

 td.TdClassName
 {
   border-color: #5C5E45;
 }
 .TagClassName
 {
   border-color: #5C5E45;
 }
</style>