Shades of Thatch Green #534C2B
Tints of Thatch Green #534C2B
RGB
CMYK
RGB Variations
Color information
#534C2B (or 0x534C2B) is known color: Thatch Green. HEX triplet: 53, 4C and 2B. RGB value is (83,76,43). Sum of RGB (Red+Green+Blue) = 83+76+43=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C2B is #ACB3D4. Grayscale: #4A4A4A. Windows color (decimal): -11318229 or 2837587. OLE color: 2837587.
HSL color Cylindrical-coordinate representation of color #534C2B: hue angle of 49.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534C2B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 43 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.67 |
| HSL | 49.5º | 0.32% | 0.25% | - |
| HSV(B) | 49.5º | 0.48% | 0.33% | - |
| XYZ | 6.59 | 7.18 | 3.32 | - |
| YUV | 74.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 43 | 0 | 0.08 | 0.48 | 0.67 | 49.5 | 0.32 | 0.25 |
| Hex | 53 | 4C | 2B | 0 | 8 | 30 | 43 | 32 | 20 | 19 |
| Octal | 123 | 114 | 53 | 0 | 10 | 60 | 103 | 62 | 40 | 31 |
| Binary | 1010011 | 1001100 | 101011 | 0 | 1000 | 110000 | 1000011 | 110010 | 100000 | 11001 |
Color Harmonies of #534C2B
Complementary color
Monochromatic Colors of #534C2B
Black with #534C2B
Text Example
Text Example
White with #534C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C2B; }
p { color: rgb(83,76,43); }
H1.HeaderClassName
{
color: #534C2B;
}
.AnyTagClassName
{
color: #534C2B;
}
</style>
background-color css
<style>
a { background-color: #534C2B; }
a { background-color: rgb(83,76,43); }
div.DivClassName
{
background-color: #534C2B;
}
.BgClassName
{
background-color: #534C2B;
}
</style>
border-color css
<style>
span { border-color: #534C2B; }
span { border-color: rgb(83,76,43); }
td.TdClassName
{
border-color: #534C2B;
}
.TagClassName
{
border-color: #534C2B;
}
</style>