#5A5D44

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

Shades of Woodland #5A5D44

Tints of Woodland #5A5D44

Color information

#5A5D44 (or 0x5A5D44) is unknown color: approx Woodland. HEX triplet: 5A, 5D and 44. RGB value is (90,93,68). Sum of RGB (Red+Green+Blue) = 90+93+68=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5D44 is #A5A2BB. Grayscale: #595959. Windows color (decimal): -10855100 or 4480346. OLE color: 4480346.

HSL color Cylindrical-coordinate representation of color #5A5D44: hue angle of 67.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5D44 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB909368-
CMYK0.0300.270.64
HSL67.2º15.53%31.57%-
HSV(B)67.2º26.88%36.47%-
XYZ9.1710.427-
YUV89.25116.01128.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 68 (26.95% from 255) = 27.09%
R=35.86%
G=37.05%
B=27.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9093680.0300.270.6467.215.5331.57
Hex5A5D44301B40431020
Octal13213510430331001032040
Binary101101010111011000100110110111000000100001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,93,68); }

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

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

 a { background-color: rgb(90,93,68); }

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

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

 span { border-color: rgb(90,93,68); }

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