#534C30

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

Shades of Thatch Green #534C30

Tints of Thatch Green #534C30

Color information

#534C30 (or 0x534C30) is unknown color: approx Thatch Green. HEX triplet: 53, 4C and 30. RGB value is (83,76,48). Sum of RGB (Red+Green+Blue) = 83+76+48=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C30 is #ACB3CF. Grayscale: #4B4B4B. Windows color (decimal): -11318224 or 3165267. OLE color: 3165267.

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

Color convert

RGB837648-
CMYK00.080.420.67
HSL48º26.72%25.69%-
HSV(B)48º42.17%32.55%-
XYZ6.697.223.84-
YUV74.9112.82133.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=40.10%
G=36.71%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83764800.080.420.674826.7225.69
Hex534C30082A43301b1a
Octal1231146001052103603332
Binary101001110011001100000100010101010000111100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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