#524B29

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

Shades of Thatch Green #524B29

Tints of Thatch Green #524B29

Color information

#524B29 (or 0x524B29) is unknown color: approx Thatch Green. HEX triplet: 52, 4B and 29. RGB value is (82,75,41). Sum of RGB (Red+Green+Blue) = 82+75+41=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #524B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B29 is #ADB4D6. Grayscale: #494949. Windows color (decimal): -11384023 or 2706258. OLE color: 2706258.

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

Color convert

RGB827541-
CMYK00.090.500.68
HSL49.76º33.33%24.12%-
HSV(B)49.76º50%32.16%-
XYZ6.46.993.11-
YUV73.22109.82134.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=41.41%
G=37.88%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82754100.090.500.6849.7633.3324.12
Hex524B29093244322118
Octal1221135101162104624130
Binary1010010100101110100101001110010100010011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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