Shades of Thatch Green #534D35
Tints of Thatch Green #534D35
RGB
CMYK
RGB Variations
Color information
#534D35 (or 0x534D35) is known color: Thatch Green. HEX triplet: 53, 4D and 35. RGB value is (83,77,53). Sum of RGB (Red+Green+Blue) = 83+77+53=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D35 is #ACB2CA. Grayscale: #4C4C4C. Windows color (decimal): -11317963 or 3493203. OLE color: 3493203.
HSL color Cylindrical-coordinate representation of color #534D35: hue angle of 48º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534D35 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 53 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.67 |
| HSL | 48º | 0.22% | 0.27% | - |
| HSV(B) | 48º | 0.36% | 0.33% | - |
| XYZ | 6.86 | 7.4 | 4.44 | - |
| YUV | 76.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 53 | 0 | 0.07 | 0.36 | 0.67 | 48 | 0.22 | 0.27 |
| Hex | 53 | 4D | 35 | 0 | 7 | 24 | 43 | 30 | 16 | 1B |
| Octal | 123 | 115 | 65 | 0 | 7 | 44 | 103 | 60 | 26 | 33 |
| Binary | 1010011 | 1001101 | 110101 | 0 | 111 | 100100 | 1000011 | 110000 | 10110 | 11011 |
Color Harmonies of #534D35
Complementary color
Monochromatic Colors of #534D35
Black with #534D35
Text Example
Text Example
White with #534D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D35; }
p { color: rgb(83,77,53); }
H1.HeaderClassName
{
color: #534D35;
}
.AnyTagClassName
{
color: #534D35;
}
</style>
background-color css
<style>
a { background-color: #534D35; }
a { background-color: rgb(83,77,53); }
div.DivClassName
{
background-color: #534D35;
}
.BgClassName
{
background-color: #534D35;
}
</style>
border-color css
<style>
span { border-color: #534D35; }
span { border-color: rgb(83,77,53); }
td.TdClassName
{
border-color: #534D35;
}
.TagClassName
{
border-color: #534D35;
}
</style>