Html Css Color HEX #5A5C49 Woodland

📋 copy color: '#5A5C49'

red 90 ◦ green 92 ◦ blue 73

#5A5C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #5A5C49

Tints of Woodland #5A5C49

RGB

 RED value IS 90 (35.55% from 255) = 35.29%

 GREEN value IS 92 (36.33% from 255) = 36.08%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 35.29%
G = 36.08%
B = 28.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5A5C49 (or 0x5A5C49) is known color: Woodland. HEX triplet: 5A, 5C and 49. RGB value is (90,92,73). Sum of RGB (Red+Green+Blue) = 90+92+73=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5C49 is #A5A3B6. Grayscale: #595959. Windows color (decimal): -10855351 or 4807770. OLE color: 4807770.

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

Color convert

RGB 90 92 73 -
CMYK 0.02 0 0.21 0.64
HSL 66.32º 0.12% 0.32% -
HSV(B) 66.32º 0.21% 0.36% -
XYZ 9.25 10.31 7.81 -
YUV 89.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 90 92 73 0.02 0 0.21 0.64 66.32 0.12 0.32
Hex 5A 5C 49 2 0 15 40 42 C 20
Octal 132 134 111 2 0 25 100 102 14 40
Binary 1011010 1011100 1001001 10 0 10101 1000000 1000010 1100 100000

Color Harmonies of #5A5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5C49

Black with #5A5C49

Text Example


Text Example

White with #5A5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,92,73); }

 H1.HeaderClassName
 {
   color: #5A5C49;
 }
 .AnyTagClassName
 {
   color: #5A5C49;
 }
</style>

background-color css

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

 a { background-color: rgb(90,92,73); }

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

border-color css

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

 span { border-color: rgb(90,92,73); }

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