Shades of Olivetone #73711C
Tints of Olivetone #73711C
RGB
CMYK
RGB Variations
Color information
#73711C (or 0x73711C) is known color: Olivetone. HEX triplet: 73, 71 and 1C. RGB value is (115,113,28). Sum of RGB (Red+Green+Blue) = 115+113+28=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73711C is #8C8EE3. Grayscale: #686868. Windows color (decimal): -9211620 or 1864051. OLE color: 1864051.
HSL color Cylindrical-coordinate representation of color #73711C: hue angle of 58.62º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73711C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 28 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.55 |
| HSL | 58.62º | 0.61% | 0.28% | - |
| HSV(B) | 58.62º | 0.76% | 0.45% | - |
| XYZ | 13.18 | 15.54 | 3.4 | - |
| YUV | 103.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 28 | 0 | 0.02 | 0.76 | 0.55 | 58.62 | 0.61 | 0.28 |
| Hex | 73 | 71 | 1C | 0 | 2 | 4C | 37 | 3B | 3D | 1C |
| Octal | 163 | 161 | 34 | 0 | 2 | 114 | 67 | 73 | 75 | 34 |
| Binary | 1110011 | 1110001 | 11100 | 0 | 10 | 1001100 | 110111 | 111011 | 111101 | 11100 |
Color Harmonies of #73711C
Complementary color
Monochromatic Colors of #73711C
Black with #73711C
Text Example
Text Example
White with #73711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73711C; }
p { color: rgb(115,113,28); }
H1.HeaderClassName
{
color: #73711C;
}
.AnyTagClassName
{
color: #73711C;
}
</style>
background-color css
<style>
a { background-color: #73711C; }
a { background-color: rgb(115,113,28); }
div.DivClassName
{
background-color: #73711C;
}
.BgClassName
{
background-color: #73711C;
}
</style>
border-color css
<style>
span { border-color: #73711C; }
span { border-color: rgb(115,113,28); }
td.TdClassName
{
border-color: #73711C;
}
.TagClassName
{
border-color: #73711C;
}
</style>