Shades of Hemlock #73703F
Tints of Hemlock #73703F
RGB
CMYK
RGB Variations
Color information
#73703F (or 0x73703F) is known color: Hemlock. HEX triplet: 73, 70 and 3F. RGB value is (115,112,63). Sum of RGB (Red+Green+Blue) = 115+112+63=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73703F is #8C8FC0. Grayscale: #6B6B6B. Windows color (decimal): -9211841 or 4157555. OLE color: 4157555.
HSL color Cylindrical-coordinate representation of color #73703F: hue angle of 56.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73703F is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 63 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.55 |
| HSL | 56.54º | 0.29% | 0.35% | - |
| HSV(B) | 56.54º | 0.45% | 0.45% | - |
| XYZ | 13.76 | 15.59 | 6.99 | - |
| YUV | 107.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 63 | 0 | 0.03 | 0.45 | 0.55 | 56.54 | 0.29 | 0.35 |
| Hex | 73 | 70 | 3F | 0 | 3 | 2D | 37 | 39 | 1D | 23 |
| Octal | 163 | 160 | 77 | 0 | 3 | 55 | 67 | 71 | 35 | 43 |
| Binary | 1110011 | 1110000 | 111111 | 0 | 11 | 101101 | 110111 | 111001 | 11101 | 100011 |
Color Harmonies of #73703F
Complementary color
Monochromatic Colors of #73703F
Black with #73703F
Text Example
Text Example
White with #73703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73703F; }
p { color: rgb(115,112,63); }
H1.HeaderClassName
{
color: #73703F;
}
.AnyTagClassName
{
color: #73703F;
}
</style>
background-color css
<style>
a { background-color: #73703F; }
a { background-color: rgb(115,112,63); }
div.DivClassName
{
background-color: #73703F;
}
.BgClassName
{
background-color: #73703F;
}
</style>
border-color css
<style>
span { border-color: #73703F; }
span { border-color: rgb(115,112,63); }
td.TdClassName
{
border-color: #73703F;
}
.TagClassName
{
border-color: #73703F;
}
</style>