Shades of Thatch Green #534E28
Tints of Thatch Green #534E28
RGB
CMYK
RGB Variations
Color information
#534E28 (or 0x534E28) is known color: Thatch Green. HEX triplet: 53, 4E and 28. RGB value is (83,78,40). Sum of RGB (Red+Green+Blue) = 83+78+40=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E28 is #ACB1D7. Grayscale: #4B4B4B. Windows color (decimal): -11317720 or 2641491. OLE color: 2641491.
HSL color Cylindrical-coordinate representation of color #534E28: hue angle of 53.02º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534E28 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 40 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.67 |
| HSL | 53.02º | 0.35% | 0.24% | - |
| HSV(B) | 53.02º | 0.52% | 0.33% | - |
| XYZ | 6.67 | 7.44 | 3.09 | - |
| YUV | 75.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 40 | 0 | 0.06 | 0.52 | 0.67 | 53.02 | 0.35 | 0.24 |
| Hex | 53 | 4E | 28 | 0 | 6 | 34 | 43 | 35 | 23 | 18 |
| Octal | 123 | 116 | 50 | 0 | 6 | 64 | 103 | 65 | 43 | 30 |
| Binary | 1010011 | 1001110 | 101000 | 0 | 110 | 110100 | 1000011 | 110101 | 100011 | 11000 |
Color Harmonies of #534E28
Complementary color
Monochromatic Colors of #534E28
Black with #534E28
Text Example
Text Example
White with #534E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E28; }
p { color: rgb(83,78,40); }
H1.HeaderClassName
{
color: #534E28;
}
.AnyTagClassName
{
color: #534E28;
}
</style>
background-color css
<style>
a { background-color: #534E28; }
a { background-color: rgb(83,78,40); }
div.DivClassName
{
background-color: #534E28;
}
.BgClassName
{
background-color: #534E28;
}
</style>
border-color css
<style>
span { border-color: #534E28; }
span { border-color: rgb(83,78,40); }
td.TdClassName
{
border-color: #534E28;
}
.TagClassName
{
border-color: #534E28;
}
</style>