Shades of Olivetone #736A1F
Tints of Olivetone #736A1F
RGB
CMYK
RGB Variations
Color information
#736A1F (or 0x736A1F) is known color: Olivetone. HEX triplet: 73, 6A and 1F. RGB value is (115,106,31). Sum of RGB (Red+Green+Blue) = 115+106+31=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #736A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A1F is #8C95E0. Grayscale: #646464. Windows color (decimal): -9213409 or 2058867. OLE color: 2058867.
HSL color Cylindrical-coordinate representation of color #736A1F: hue angle of 53.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #736A1F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 31 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.55 |
| HSL | 53.57º | 0.58% | 0.29% | - |
| HSV(B) | 53.57º | 0.73% | 0.45% | - |
| XYZ | 12.47 | 14.05 | 3.35 | - |
| YUV | 100.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 31 | 0 | 0.08 | 0.73 | 0.55 | 53.57 | 0.58 | 0.29 |
| Hex | 73 | 6A | 1F | 0 | 8 | 49 | 37 | 36 | 3A | 1D |
| Octal | 163 | 152 | 37 | 0 | 10 | 111 | 67 | 66 | 72 | 35 |
| Binary | 1110011 | 1101010 | 11111 | 0 | 1000 | 1001001 | 110111 | 110110 | 111010 | 11101 |
Color Harmonies of #736A1F
Complementary color
Monochromatic Colors of #736A1F
Black with #736A1F
Text Example
Text Example
White with #736A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A1F; }
p { color: rgb(115,106,31); }
H1.HeaderClassName
{
color: #736A1F;
}
.AnyTagClassName
{
color: #736A1F;
}
</style>
background-color css
<style>
a { background-color: #736A1F; }
a { background-color: rgb(115,106,31); }
div.DivClassName
{
background-color: #736A1F;
}
.BgClassName
{
background-color: #736A1F;
}
</style>
border-color css
<style>
span { border-color: #736A1F; }
span { border-color: rgb(115,106,31); }
td.TdClassName
{
border-color: #736A1F;
}
.TagClassName
{
border-color: #736A1F;
}
</style>