Shades of Hemlock #736F45
Tints of Hemlock #736F45
RGB
CMYK
RGB Variations
Color information
#736F45 (or 0x736F45) is known color: Hemlock. HEX triplet: 73, 6F and 45. RGB value is (115,111,69). Sum of RGB (Red+Green+Blue) = 115+111+69=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F45 is #8C90BA. Grayscale: #6B6B6B. Windows color (decimal): -9212091 or 4550515. OLE color: 4550515.
HSL color Cylindrical-coordinate representation of color #736F45: hue angle of 54.78º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736F45 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 69 | - |
| CMYK | 0 | 0.03 | 0.4 | 0.55 |
| HSL | 54.78º | 0.25% | 0.36% | - |
| HSV(B) | 54.78º | 0.4% | 0.45% | - |
| XYZ | 13.83 | 15.44 | 7.88 | - |
| YUV | 107.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 69 | 0 | 0.03 | 0.4 | 0.55 | 54.78 | 0.25 | 0.36 |
| Hex | 73 | 6F | 45 | 0 | 3 | 28 | 37 | 37 | 19 | 24 |
| Octal | 163 | 157 | 105 | 0 | 3 | 50 | 67 | 67 | 31 | 44 |
| Binary | 1110011 | 1101111 | 1000101 | 0 | 11 | 101000 | 110111 | 110111 | 11001 | 100100 |
Color Harmonies of #736F45
Complementary color
Monochromatic Colors of #736F45
Black with #736F45
Text Example
Text Example
White with #736F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F45; }
p { color: rgb(115,111,69); }
H1.HeaderClassName
{
color: #736F45;
}
.AnyTagClassName
{
color: #736F45;
}
</style>
background-color css
<style>
a { background-color: #736F45; }
a { background-color: rgb(115,111,69); }
div.DivClassName
{
background-color: #736F45;
}
.BgClassName
{
background-color: #736F45;
}
</style>
border-color css
<style>
span { border-color: #736F45; }
span { border-color: rgb(115,111,69); }
td.TdClassName
{
border-color: #736F45;
}
.TagClassName
{
border-color: #736F45;
}
</style>