Shades of Hemlock #72713D
Tints of Hemlock #72713D
RGB
CMYK
RGB Variations
Color information
#72713D (or 0x72713D) is known color: Hemlock. HEX triplet: 72, 71 and 3D. RGB value is (114,113,61). Sum of RGB (Red+Green+Blue) = 114+113+61=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72713D is #8D8EC2. Grayscale: #6B6B6B. Windows color (decimal): -9277123 or 4026738. OLE color: 4026738.
HSL color Cylindrical-coordinate representation of color #72713D: hue angle of 58.87º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72713D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 61 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.55 |
| HSL | 58.87º | 0.3% | 0.34% | - |
| HSV(B) | 58.87º | 0.46% | 0.45% | - |
| XYZ | 13.69 | 15.72 | 6.73 | - |
| YUV | 107.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 61 | 0 | 0.01 | 0.46 | 0.55 | 58.87 | 0.3 | 0.34 |
| Hex | 72 | 71 | 3D | 0 | 1 | 2E | 37 | 3B | 1E | 22 |
| Octal | 162 | 161 | 75 | 0 | 1 | 56 | 67 | 73 | 36 | 42 |
| Binary | 1110010 | 1110001 | 111101 | 0 | 1 | 101110 | 110111 | 111011 | 11110 | 100010 |
Color Harmonies of #72713D
Complementary color
Monochromatic Colors of #72713D
Black with #72713D
Text Example
Text Example
White with #72713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72713D; }
p { color: rgb(114,113,61); }
H1.HeaderClassName
{
color: #72713D;
}
.AnyTagClassName
{
color: #72713D;
}
</style>
background-color css
<style>
a { background-color: #72713D; }
a { background-color: rgb(114,113,61); }
div.DivClassName
{
background-color: #72713D;
}
.BgClassName
{
background-color: #72713D;
}
</style>
border-color css
<style>
span { border-color: #72713D; }
span { border-color: rgb(114,113,61); }
td.TdClassName
{
border-color: #72713D;
}
.TagClassName
{
border-color: #72713D;
}
</style>