#56522C

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

Shades of Thatch Green #56522C

Tints of Thatch Green #56522C

Color information

#56522C (or 0x56522C) is unknown color: approx Thatch Green. HEX triplet: 56, 52 and 2C. RGB value is (86,82,44). Sum of RGB (Red+Green+Blue) = 86+82+44=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56522C is #A9ADD3. Grayscale: #4F4F4F. Windows color (decimal): -11120084 or 2904662. OLE color: 2904662.

HSL color Cylindrical-coordinate representation of color #56522C: hue angle of 54.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56522C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB868244-
CMYK00.050.490.66
HSL54.29º32.31%25.49%-
HSV(B)54.29º48.84%33.73%-
XYZ7.318.193.58-
YUV78.86108.33133.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=40.57%
G=38.68%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86824400.050.490.6654.2932.3125.49
Hex56522C053142362019
Octal126122540561102664031
Binary101011010100101011000101110001100001011011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56522C; }

 p { color: rgb(86,82,44); }

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

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

 a { background-color: rgb(86,82,44); }

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

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

 span { border-color: rgb(86,82,44); }

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