#534D2C

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

Shades of Thatch Green #534D2C

Tints of Thatch Green #534D2C

Color information

#534D2C (or 0x534D2C) is unknown color: approx Thatch Green. HEX triplet: 53, 4D and 2C. RGB value is (83,77,44). Sum of RGB (Red+Green+Blue) = 83+77+44=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D2C is #ACB2D3. Grayscale: #4B4B4B. Windows color (decimal): -11317972 or 2903379. OLE color: 2903379.

HSL color Cylindrical-coordinate representation of color #534D2C: hue angle of 50.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534D2C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB837744-
CMYK00.070.470.67
HSL50.77º30.71%24.9%-
HSV(B)50.77º46.99%32.55%-
XYZ6.687.333.45-
YUV75.03110.49133.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=40.69%
G=37.75%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83774400.070.470.6750.7730.7124.9
Hex534D2C072F43331f19
Octal123115540757103633731
Binary10100111001101101100011110111110000111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D2C; }

 p { color: rgb(83,77,44); }

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

<style>
 a { background-color: #534D2C; }

 a { background-color: rgb(83,77,44); }

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

<style>
 span { border-color: #534D2C; }

 span { border-color: rgb(83,77,44); }

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