Shades of Thatch Green #534C33
Tints of Thatch Green #534C33
RGB
CMYK
RGB Variations
Color information
#534C33 (or 0x534C33) is known color: Thatch Green. HEX triplet: 53, 4C and 33. RGB value is (83,76,51). Sum of RGB (Red+Green+Blue) = 83+76+51=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #534C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C33 is #ACB3CC. Grayscale: #4B4B4B. Windows color (decimal): -11318221 or 3361875. OLE color: 3361875.
HSL color Cylindrical-coordinate representation of color #534C33: hue angle of 46.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534C33 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 51 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.67 |
| HSL | 46.88º | 0.24% | 0.26% | - |
| HSV(B) | 46.88º | 0.39% | 0.33% | - |
| XYZ | 6.75 | 7.25 | 4.18 | - |
| YUV | 75.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 51 | 0 | 0.08 | 0.39 | 0.67 | 46.88 | 0.24 | 0.26 |
| Hex | 53 | 4C | 33 | 0 | 8 | 27 | 43 | 2F | 18 | 1A |
| Octal | 123 | 114 | 63 | 0 | 10 | 47 | 103 | 57 | 30 | 32 |
| Binary | 1010011 | 1001100 | 110011 | 0 | 1000 | 100111 | 1000011 | 101111 | 11000 | 11010 |
Color Harmonies of #534C33
Complementary color
Monochromatic Colors of #534C33
Black with #534C33
Text Example
Text Example
White with #534C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C33; }
p { color: rgb(83,76,51); }
H1.HeaderClassName
{
color: #534C33;
}
.AnyTagClassName
{
color: #534C33;
}
</style>
background-color css
<style>
a { background-color: #534C33; }
a { background-color: rgb(83,76,51); }
div.DivClassName
{
background-color: #534C33;
}
.BgClassName
{
background-color: #534C33;
}
</style>
border-color css
<style>
span { border-color: #534C33; }
span { border-color: rgb(83,76,51); }
td.TdClassName
{
border-color: #534C33;
}
.TagClassName
{
border-color: #534C33;
}
</style>