Shades of Thatch Green #544F32
Tints of Thatch Green #544F32
RGB
CMYK
RGB Variations
Color information
#544F32 (or 0x544F32) is known color: Thatch Green. HEX triplet: 54, 4F and 32. RGB value is (84,79,50). Sum of RGB (Red+Green+Blue) = 84+79+50=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #544F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F32 is #ABB0CD. Grayscale: #4D4D4D. Windows color (decimal): -11251918 or 3297108. OLE color: 3297108.
HSL color Cylindrical-coordinate representation of color #544F32: hue angle of 51.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #544F32 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 50 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.67 |
| HSL | 51.18º | 0.25% | 0.26% | - |
| HSV(B) | 51.18º | 0.4% | 0.33% | - |
| XYZ | 7.03 | 7.71 | 4.13 | - |
| YUV | 77.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 50 | 0 | 0.06 | 0.40 | 0.67 | 51.18 | 0.25 | 0.26 |
| Hex | 54 | 4F | 32 | 0 | 6 | 28 | 43 | 33 | 19 | 1A |
| Octal | 124 | 117 | 62 | 0 | 6 | 50 | 103 | 63 | 31 | 32 |
| Binary | 1010100 | 1001111 | 110010 | 0 | 110 | 101000 | 1000011 | 110011 | 11001 | 11010 |
Color Harmonies of #544F32
Complementary color
Monochromatic Colors of #544F32
Black with #544F32
Text Example
Text Example
White with #544F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F32; }
p { color: rgb(84,79,50); }
H1.HeaderClassName
{
color: #544F32;
}
.AnyTagClassName
{
color: #544F32;
}
</style>
background-color css
<style>
a { background-color: #544F32; }
a { background-color: rgb(84,79,50); }
div.DivClassName
{
background-color: #544F32;
}
.BgClassName
{
background-color: #544F32;
}
</style>
border-color css
<style>
span { border-color: #544F32; }
span { border-color: rgb(84,79,50); }
td.TdClassName
{
border-color: #544F32;
}
.TagClassName
{
border-color: #544F32;
}
</style>