#524C2C

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

Shades of Thatch Green #524C2C

Tints of Thatch Green #524C2C

Color information

#524C2C (or 0x524C2C) is unknown color: approx Thatch Green. HEX triplet: 52, 4C and 2C. RGB value is (82,76,44). Sum of RGB (Red+Green+Blue) = 82+76+44=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #524C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C2C is #ADB3D3. Grayscale: #4A4A4A. Windows color (decimal): -11383764 or 2903122. OLE color: 2903122.

HSL color Cylindrical-coordinate representation of color #524C2C: hue angle of 50.53º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524C2C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB827644-
CMYK00.070.460.68
HSL50.53º30.16%24.71%-
HSV(B)50.53º46.34%32.16%-
XYZ6.527.143.42-
YUV74.15110.99133.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=40.59%
G=37.62%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82764400.070.460.6850.5330.1624.71
Hex524C2C072E44331e19
Octal122114540756104633631
Binary10100101001100101100011110111010001001100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524C2C; }

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

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

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

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

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

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

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

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