Html Css Color HEX #5B5F49 Woodland

📋 copy color: '#5B5F49'

red 91 ◦ green 95 ◦ blue 73

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

Shades of Woodland #5B5F49

Tints of Woodland #5B5F49

RGB

 RED value IS 91 (35.94% from 255) = 35.14%

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

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

R = 35.14%
G = 36.68%
B = 28.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5B5F49 (or 0x5B5F49) is known color: Woodland. HEX triplet: 5B, 5F and 49. RGB value is (91,95,73). Sum of RGB (Red+Green+Blue) = 91+95+73=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5F49 is #A4A0B6. Grayscale: #5B5B5B. Windows color (decimal): -10789047 or 4808539. OLE color: 4808539.

HSL color Cylindrical-coordinate representation of color #5B5F49: hue angle of 70.91º 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 #5B5F49 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 91 95 73 -
CMYK 0.04 0 0.23 0.63
HSL 70.91º 0.13% 0.33% -
HSV(B) 70.91º 0.23% 0.37% -
XYZ 9.61 10.89 7.9 -
YUV 91.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 91 95 73 0.04 0 0.23 0.63 70.91 0.13 0.33
Hex 5B 5F 49 4 0 17 3F 47 D 21
Octal 133 137 111 4 0 27 77 107 15 41
Binary 1011011 1011111 1001001 100 0 10111 111111 1000111 1101 100001

Color Harmonies of #5B5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5F49

Black with #5B5F49

Text Example


Text Example

White with #5B5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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