Html Css Color HEX #575D41 Woodland

📋 copy color: '#575D41'

red 87 ◦ green 93 ◦ blue 65

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

Shades of Woodland #575D41

Tints of Woodland #575D41

RGB

 RED value IS 87 (34.38% from 255) = 35.51%

 GREEN value IS 93 (36.72% from 255) = 37.96%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 35.51%
G = 37.96%
B = 26.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#575D41 (or 0x575D41) is known color: Woodland. HEX triplet: 57, 5D and 41. RGB value is (87,93,65). Sum of RGB (Red+Green+Blue) = 87+93+65=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #575D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D41 is #A8A2BE. Grayscale: #585858. Windows color (decimal): -11051711 or 4283735. OLE color: 4283735.

HSL color Cylindrical-coordinate representation of color #575D41: hue angle of 72.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575D41 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 93 65 -
CMYK 0.06 0 0.30 0.64
HSL 72.86º 0.18% 0.31% -
HSV(B) 72.86º 0.3% 0.36% -
XYZ 8.8 10.24 6.51 -
YUV 88.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 87 93 65 0.06 0 0.30 0.64 72.86 0.18 0.31
Hex 57 5D 41 6 0 1E 40 49 12 1F
Octal 127 135 101 6 0 36 100 111 22 37
Binary 1010111 1011101 1000001 110 0 11110 1000000 1001001 10010 11111

Color Harmonies of #575D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D41

Black with #575D41

Text Example


Text Example

White with #575D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575D41; }

 p { color: rgb(87,93,65); }

 H1.HeaderClassName
 {
   color: #575D41;
 }
 .AnyTagClassName
 {
   color: #575D41;
 }
</style>

background-color css

<style>
 a { background-color: #575D41; }

 a { background-color: rgb(87,93,65); }

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

border-color css

<style>
 span { border-color: #575D41; }

 span { border-color: rgb(87,93,65); }

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