Shades of Thatch Green #544D2D
Tints of Thatch Green #544D2D
RGB
CMYK
RGB Variations
Color information
#544D2D (or 0x544D2D) is known color: Thatch Green. HEX triplet: 54, 4D and 2D. RGB value is (84,77,45). Sum of RGB (Red+Green+Blue) = 84+77+45=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D2D is #ABB2D2. Grayscale: #4B4B4B. Windows color (decimal): -11252435 or 2968916. OLE color: 2968916.
HSL color Cylindrical-coordinate representation of color #544D2D: hue angle of 49.23º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #544D2D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 45 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.67 |
| HSL | 49.23º | 0.3% | 0.25% | - |
| HSV(B) | 49.23º | 0.46% | 0.33% | - |
| XYZ | 6.78 | 7.38 | 3.55 | - |
| YUV | 75.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 45 | 0 | 0.08 | 0.46 | 0.67 | 49.23 | 0.3 | 0.25 |
| Hex | 54 | 4D | 2D | 0 | 8 | 2E | 43 | 31 | 1E | 19 |
| Octal | 124 | 115 | 55 | 0 | 10 | 56 | 103 | 61 | 36 | 31 |
| Binary | 1010100 | 1001101 | 101101 | 0 | 1000 | 101110 | 1000011 | 110001 | 11110 | 11001 |
Color Harmonies of #544D2D
Complementary color
Monochromatic Colors of #544D2D
Black with #544D2D
Text Example
Text Example
White with #544D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D2D; }
p { color: rgb(84,77,45); }
H1.HeaderClassName
{
color: #544D2D;
}
.AnyTagClassName
{
color: #544D2D;
}
</style>
background-color css
<style>
a { background-color: #544D2D; }
a { background-color: rgb(84,77,45); }
div.DivClassName
{
background-color: #544D2D;
}
.BgClassName
{
background-color: #544D2D;
}
</style>
border-color css
<style>
span { border-color: #544D2D; }
span { border-color: rgb(84,77,45); }
td.TdClassName
{
border-color: #544D2D;
}
.TagClassName
{
border-color: #544D2D;
}
</style>