Html Css Color HEX #5E5F49 Woodland

📋 copy color: '#5E5F49'

red 94 ◦ green 95 ◦ blue 73

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

Shades of Woodland #5E5F49

Tints of Woodland #5E5F49

RGB

 RED value IS 94 (37.11% from 255) = 35.88%

 GREEN value IS 95 (37.5% from 255) = 36.26%

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

R = 35.88%
G = 36.26%
B = 27.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E5F49 (or 0x5E5F49) is known color: Woodland. HEX triplet: 5E, 5F and 49. RGB value is (94,95,73). Sum of RGB (Red+Green+Blue) = 94+95+73=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5F49 is #A1A0B6. Grayscale: #5C5C5C. Windows color (decimal): -10592439 or 4808542. OLE color: 4808542.

HSL color Cylindrical-coordinate representation of color #5E5F49: hue angle of 62.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E5F49 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 95 73 -
CMYK 0.01 0 0.23 0.63
HSL 62.73º 0.13% 0.33% -
HSV(B) 62.73º 0.23% 0.37% -
XYZ 9.91 11.05 7.91 -
YUV 92.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 94 95 73 0.01 0 0.23 0.63 62.73 0.13 0.33
Hex 5E 5F 49 1 0 17 3F 3F D 21
Octal 136 137 111 1 0 27 77 77 15 41
Binary 1011110 1011111 1001001 1 0 10111 111111 111111 1101 100001

Color Harmonies of #5E5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5F49

Black with #5E5F49

Text Example


Text Example

White with #5E5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,95,73); }

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

background-color css

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

 a { background-color: rgb(94,95,73); }

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

border-color css

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

 span { border-color: rgb(94,95,73); }

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