Shades of Thatch Green #544D32
Tints of Thatch Green #544D32
RGB
CMYK
RGB Variations
Color information
#544D32 (or 0x544D32) is known color: Thatch Green. HEX triplet: 54, 4D and 32. RGB value is (84,77,50). Sum of RGB (Red+Green+Blue) = 84+77+50=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #544D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D32 is #ABB2CD. Grayscale: #4C4C4C. Windows color (decimal): -11252430 or 3296596. OLE color: 3296596.
HSL color Cylindrical-coordinate representation of color #544D32: hue angle of 47.65º 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 #544D32 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 50 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.67 |
| HSL | 47.65º | 0.25% | 0.26% | - |
| HSV(B) | 47.65º | 0.4% | 0.33% | - |
| XYZ | 6.89 | 7.42 | 4.09 | - |
| YUV | 76.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 50 | 0 | 0.08 | 0.40 | 0.67 | 47.65 | 0.25 | 0.26 |
| Hex | 54 | 4D | 32 | 0 | 8 | 28 | 43 | 30 | 19 | 1A |
| Octal | 124 | 115 | 62 | 0 | 10 | 50 | 103 | 60 | 31 | 32 |
| Binary | 1010100 | 1001101 | 110010 | 0 | 1000 | 101000 | 1000011 | 110000 | 11001 | 11010 |
Color Harmonies of #544D32
Complementary color
Monochromatic Colors of #544D32
Black with #544D32
Text Example
Text Example
White with #544D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D32; }
p { color: rgb(84,77,50); }
H1.HeaderClassName
{
color: #544D32;
}
.AnyTagClassName
{
color: #544D32;
}
</style>
background-color css
<style>
a { background-color: #544D32; }
a { background-color: rgb(84,77,50); }
div.DivClassName
{
background-color: #544D32;
}
.BgClassName
{
background-color: #544D32;
}
</style>
border-color css
<style>
span { border-color: #544D32; }
span { border-color: rgb(84,77,50); }
td.TdClassName
{
border-color: #544D32;
}
.TagClassName
{
border-color: #544D32;
}
</style>