Shades of Thatch Green #534E33
Tints of Thatch Green #534E33
RGB
CMYK
RGB Variations
Color information
#534E33 (or 0x534E33) is known color: Thatch Green. HEX triplet: 53, 4E and 33. RGB value is (83,78,51). Sum of RGB (Red+Green+Blue) = 83+78+51=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #534E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E33 is #ACB1CC. Grayscale: #4C4C4C. Windows color (decimal): -11317709 or 3362387. OLE color: 3362387.
HSL color Cylindrical-coordinate representation of color #534E33: hue angle of 50.62º 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 #534E33 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 51 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.67 |
| HSL | 50.63º | 0.24% | 0.26% | - |
| HSV(B) | 50.63º | 0.39% | 0.33% | - |
| XYZ | 6.89 | 7.53 | 4.22 | - |
| YUV | 76.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 51 | 0 | 0.06 | 0.39 | 0.67 | 50.63 | 0.24 | 0.26 |
| Hex | 53 | 4E | 33 | 0 | 6 | 27 | 43 | 33 | 18 | 1A |
| Octal | 123 | 116 | 63 | 0 | 6 | 47 | 103 | 63 | 30 | 32 |
| Binary | 1010011 | 1001110 | 110011 | 0 | 110 | 100111 | 1000011 | 110011 | 11000 | 11010 |
Color Harmonies of #534E33
Complementary color
Monochromatic Colors of #534E33
Black with #534E33
Text Example
Text Example
White with #534E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E33; }
p { color: rgb(83,78,51); }
H1.HeaderClassName
{
color: #534E33;
}
.AnyTagClassName
{
color: #534E33;
}
</style>
background-color css
<style>
a { background-color: #534E33; }
a { background-color: rgb(83,78,51); }
div.DivClassName
{
background-color: #534E33;
}
.BgClassName
{
background-color: #534E33;
}
</style>
border-color css
<style>
span { border-color: #534E33; }
span { border-color: rgb(83,78,51); }
td.TdClassName
{
border-color: #534E33;
}
.TagClassName
{
border-color: #534E33;
}
</style>