#524B32

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

Shades of Thatch Green #524B32

Tints of Thatch Green #524B32

Color information

#524B32 (or 0x524B32) is unknown color: approx Thatch Green. HEX triplet: 52, 4B and 32. RGB value is (82,75,50). Sum of RGB (Red+Green+Blue) = 82+75+50=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #524B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B32 is #ADB4CD. Grayscale: #4A4A4A. Windows color (decimal): -11384014 or 3296082. OLE color: 3296082.

HSL color Cylindrical-coordinate representation of color #524B32: hue angle of 46.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524B32 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB827550-
CMYK00.090.390.68
HSL46.88º24.24%25.88%-
HSV(B)46.88º39.02%32.16%-
XYZ6.577.064.03-
YUV74.24114.32133.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=39.61%
G=36.23%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82755000.090.390.6846.8824.2425.88
Hex524B320927442f181a
Octal1221136201147104573032
Binary101001010010111100100100110011110001001011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,75,50); }

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

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

 a { background-color: rgb(82,75,50); }

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

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

 span { border-color: rgb(82,75,50); }

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