#524B33

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

Shades of Thatch Green #524B33

Tints of Thatch Green #524B33

Color information

#524B33 (or 0x524B33) is unknown color: approx Thatch Green. HEX triplet: 52, 4B and 33. RGB value is (82,75,51). Sum of RGB (Red+Green+Blue) = 82+75+51=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #524B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B33 is #ADB4CC. Grayscale: #4A4A4A. Windows color (decimal): -11384013 or 3361618. OLE color: 3361618.

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

Color convert

RGB827551-
CMYK00.090.380.68
HSL46.45º23.31%26.08%-
HSV(B)46.45º37.8%32.16%-
XYZ6.597.074.15-
YUV74.36114.82133.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=39.42%
G=36.06%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82755100.090.380.6846.4523.3126.08
Hex524B330926442e171a
Octal1221136301146104562732
Binary101001010010111100110100110011010001001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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