#534C31

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

Shades of Thatch Green #534C31

Tints of Thatch Green #534C31

Color information

#534C31 (or 0x534C31) is unknown color: approx Thatch Green. HEX triplet: 53, 4C and 31. RGB value is (83,76,49). Sum of RGB (Red+Green+Blue) = 83+76+49=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #534C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C31 is #ACB3CE. Grayscale: #4B4B4B. Windows color (decimal): -11318223 or 3230803. OLE color: 3230803.

HSL color Cylindrical-coordinate representation of color #534C31: hue angle of 47.65º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534C31 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB837649-
CMYK00.080.410.67
HSL47.65º25.76%25.88%-
HSV(B)47.65º40.96%32.55%-
XYZ6.717.233.95-
YUV75.02113.32133.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=39.90%
G=36.54%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83764900.080.410.6747.6525.7625.88
Hex534C31082943301a1a
Octal1231146101051103603232
Binary101001110011001100010100010100110000111100001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,49); }

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

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

 a { background-color: rgb(83,76,49); }

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

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

 span { border-color: rgb(83,76,49); }

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