Shades of Thatch Green #534E2B
Tints of Thatch Green #534E2B
RGB
CMYK
RGB Variations
Color information
#534E2B (or 0x534E2B) is known color: Thatch Green. HEX triplet: 53, 4E and 2B. RGB value is (83,78,43). Sum of RGB (Red+Green+Blue) = 83+78+43=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E2B is #ACB1D4. Grayscale: #4B4B4B. Windows color (decimal): -11317717 or 2838099. OLE color: 2838099.
HSL color Cylindrical-coordinate representation of color #534E2B: hue angle of 52.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 #534E2B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 43 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.67 |
| HSL | 52.5º | 0.32% | 0.25% | - |
| HSV(B) | 52.5º | 0.48% | 0.33% | - |
| XYZ | 6.73 | 7.46 | 3.37 | - |
| YUV | 75.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 43 | 0 | 0.06 | 0.48 | 0.67 | 52.5 | 0.32 | 0.25 |
| Hex | 53 | 4E | 2B | 0 | 6 | 30 | 43 | 34 | 20 | 19 |
| Octal | 123 | 116 | 53 | 0 | 6 | 60 | 103 | 64 | 40 | 31 |
| Binary | 1010011 | 1001110 | 101011 | 0 | 110 | 110000 | 1000011 | 110100 | 100000 | 11001 |
Color Harmonies of #534E2B
Complementary color
Monochromatic Colors of #534E2B
Black with #534E2B
Text Example
Text Example
White with #534E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E2B; }
p { color: rgb(83,78,43); }
H1.HeaderClassName
{
color: #534E2B;
}
.AnyTagClassName
{
color: #534E2B;
}
</style>
background-color css
<style>
a { background-color: #534E2B; }
a { background-color: rgb(83,78,43); }
div.DivClassName
{
background-color: #534E2B;
}
.BgClassName
{
background-color: #534E2B;
}
</style>
border-color css
<style>
span { border-color: #534E2B; }
span { border-color: rgb(83,78,43); }
td.TdClassName
{
border-color: #534E2B;
}
.TagClassName
{
border-color: #534E2B;
}
</style>