#57522A

Color #57522A Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #57522A

Tints of Thatch Green #57522A

Color information

#57522A (or 0x57522A) is unknown color: approx Thatch Green. HEX triplet: 57, 52 and 2A. RGB value is (87,82,42). Sum of RGB (Red+Green+Blue) = 87+82+42=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #57522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57522A is #A8ADD5. Grayscale: #4F4F4F. Windows color (decimal): -11054550 or 2773591. OLE color: 2773591.

HSL color Cylindrical-coordinate representation of color #57522A: hue angle of 53.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57522A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB878242-
CMYK00.060.520.66
HSL53.33º34.88%25.29%-
HSV(B)53.33º51.72%34.12%-
XYZ7.378.233.39-
YUV78.93107.16133.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=41.23%
G=38.86%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87824200.060.520.6653.3334.8825.29
Hex57522A063442352319
Octal127122520664102654331
Binary101011110100101010100110110100100001011010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57522A; }

 p { color: rgb(87,82,42); }

 H1.HeaderClassName
 {
   color: #57522A;
 }
 .AnyTagClassName
 {
   color: #57522A;
 }
</style>
background-color css

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

 a { background-color: rgb(87,82,42); }

 div.DivClassName
 {
   background-color: #57522A;
 }
 .BgClassName
 {
   background-color: #57522A;
 }
</style>
border-color css

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

 span { border-color: rgb(87,82,42); }

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