Shades of Olivetone #736D1D
Tints of Olivetone #736D1D
RGB
CMYK
RGB Variations
Color information
#736D1D (or 0x736D1D) is known color: Olivetone. HEX triplet: 73, 6D and 1D. RGB value is (115,109,29). Sum of RGB (Red+Green+Blue) = 115+109+29=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #736D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D1D is #8C92E2. Grayscale: #666666. Windows color (decimal): -9212643 or 1928563. OLE color: 1928563.
HSL color Cylindrical-coordinate representation of color #736D1D: hue angle of 55.81º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #736D1D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 29 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.55 |
| HSL | 55.81º | 0.6% | 0.28% | - |
| HSV(B) | 55.81º | 0.75% | 0.45% | - |
| XYZ | 12.76 | 14.67 | 3.32 | - |
| YUV | 101.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 29 | 0 | 0.05 | 0.75 | 0.55 | 55.81 | 0.6 | 0.28 |
| Hex | 73 | 6D | 1D | 0 | 5 | 4B | 37 | 38 | 3C | 1C |
| Octal | 163 | 155 | 35 | 0 | 5 | 113 | 67 | 70 | 74 | 34 |
| Binary | 1110011 | 1101101 | 11101 | 0 | 101 | 1001011 | 110111 | 111000 | 111100 | 11100 |
Color Harmonies of #736D1D
Complementary color
Monochromatic Colors of #736D1D
Black with #736D1D
Text Example
Text Example
White with #736D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D1D; }
p { color: rgb(115,109,29); }
H1.HeaderClassName
{
color: #736D1D;
}
.AnyTagClassName
{
color: #736D1D;
}
</style>
background-color css
<style>
a { background-color: #736D1D; }
a { background-color: rgb(115,109,29); }
div.DivClassName
{
background-color: #736D1D;
}
.BgClassName
{
background-color: #736D1D;
}
</style>
border-color css
<style>
span { border-color: #736D1D; }
span { border-color: rgb(115,109,29); }
td.TdClassName
{
border-color: #736D1D;
}
.TagClassName
{
border-color: #736D1D;
}
</style>