#534C32

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

Shades of Thatch Green #534C32

Tints of Thatch Green #534C32

Color information

#534C32 (or 0x534C32) is unknown color: approx Thatch Green. HEX triplet: 53, 4C and 32. RGB value is (83,76,50). Sum of RGB (Red+Green+Blue) = 83+76+50=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C32 is #ACB3CD. Grayscale: #4B4B4B. Windows color (decimal): -11318222 or 3296339. OLE color: 3296339.

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

Color convert

RGB837650-
CMYK00.080.400.67
HSL47.27º24.81%26.08%-
HSV(B)47.27º39.76%32.55%-
XYZ6.737.244.06-
YUV75.13113.82133.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=39.71%
G=36.36%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83765000.080.400.6747.2724.8126.08
Hex534C320828432f191a
Octal1231146201050103573132
Binary101001110011001100100100010100010000111011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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