Shades of Hemlock #726D41
Tints of Hemlock #726D41
RGB
CMYK
RGB Variations
Color information
#726D41 (or 0x726D41) is known color: Hemlock. HEX triplet: 72, 6D and 41. RGB value is (114,109,65). Sum of RGB (Red+Green+Blue) = 114+109+65=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #726D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D41 is #8D92BE. Grayscale: #696969. Windows color (decimal): -9278143 or 4287858. OLE color: 4287858.
HSL color Cylindrical-coordinate representation of color #726D41: hue angle of 53.88º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726D41 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 65 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.55 |
| HSL | 53.88º | 0.27% | 0.35% | - |
| HSV(B) | 53.88º | 0.43% | 0.45% | - |
| XYZ | 13.36 | 14.9 | 7.17 | - |
| YUV | 105.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 65 | 0 | 0.04 | 0.43 | 0.55 | 53.88 | 0.27 | 0.35 |
| Hex | 72 | 6D | 41 | 0 | 4 | 2B | 37 | 36 | 1B | 23 |
| Octal | 162 | 155 | 101 | 0 | 4 | 53 | 67 | 66 | 33 | 43 |
| Binary | 1110010 | 1101101 | 1000001 | 0 | 100 | 101011 | 110111 | 110110 | 11011 | 100011 |
Color Harmonies of #726D41
Complementary color
Monochromatic Colors of #726D41
Black with #726D41
Text Example
Text Example
White with #726D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D41; }
p { color: rgb(114,109,65); }
H1.HeaderClassName
{
color: #726D41;
}
.AnyTagClassName
{
color: #726D41;
}
</style>
background-color css
<style>
a { background-color: #726D41; }
a { background-color: rgb(114,109,65); }
div.DivClassName
{
background-color: #726D41;
}
.BgClassName
{
background-color: #726D41;
}
</style>
border-color css
<style>
span { border-color: #726D41; }
span { border-color: rgb(114,109,65); }
td.TdClassName
{
border-color: #726D41;
}
.TagClassName
{
border-color: #726D41;
}
</style>