Html Css Color HEX #575031 Thatch Green

📋 copy color: '#575031'

red 87 ◦ green 80 ◦ blue 49

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

Shades of Thatch Green #575031

Tints of Thatch Green #575031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 49 (19.53% from 255) = 22.69%

R = 40.28%
G = 37.04%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#575031 (or 0x575031) is known color: Thatch Green. HEX triplet: 57, 50 and 31. RGB value is (87,80,49). Sum of RGB (Red+Green+Blue) = 87+80+49=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #575031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575031 is #A8AFCE. Grayscale: #4E4E4E. Windows color (decimal): -11055055 or 3231831. OLE color: 3231831.

HSL color Cylindrical-coordinate representation of color #575031: hue angle of 48.95º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575031 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 49 -
CMYK 0 0.08 0.44 0.66
HSL 48.95º 0.28% 0.27% -
HSV(B) 48.95º 0.44% 0.34% -
XYZ 7.35 7.99 4.06 -
YUV 78.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 87 80 49 0 0.08 0.44 0.66 48.95 0.28 0.27
Hex 57 50 31 0 8 2C 42 31 1C 1B
Octal 127 120 61 0 10 54 102 61 34 33
Binary 1010111 1010000 110001 0 1000 101100 1000010 110001 11100 11011

Color Harmonies of #575031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575031

Black with #575031

Text Example


Text Example

White with #575031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575031; }

 p { color: rgb(87,80,49); }

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

background-color css

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

 a { background-color: rgb(87,80,49); }

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

border-color css

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

 span { border-color: rgb(87,80,49); }

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