Shades of Olivetone #736D2A
Tints of Olivetone #736D2A
RGB
CMYK
RGB Variations
Color information
#736D2A (or 0x736D2A) is known color: Olivetone. HEX triplet: 73, 6D and 2A. RGB value is (115,109,42). Sum of RGB (Red+Green+Blue) = 115+109+42=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #736D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D2A is #8C92D5. Grayscale: #676767. Windows color (decimal): -9212630 or 2780531. OLE color: 2780531.
HSL color Cylindrical-coordinate representation of color #736D2A: hue angle of 55.07º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #736D2A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 42 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.55 |
| HSL | 55.07º | 0.46% | 0.31% | - |
| HSV(B) | 55.07º | 0.63% | 0.45% | - |
| XYZ | 12.96 | 14.75 | 4.35 | - |
| YUV | 103.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 42 | 0 | 0.05 | 0.63 | 0.55 | 55.07 | 0.46 | 0.31 |
| Hex | 73 | 6D | 2A | 0 | 5 | 3F | 37 | 37 | 2E | 1F |
| Octal | 163 | 155 | 52 | 0 | 5 | 77 | 67 | 67 | 56 | 37 |
| Binary | 1110011 | 1101101 | 101010 | 0 | 101 | 111111 | 110111 | 110111 | 101110 | 11111 |
Color Harmonies of #736D2A
Complementary color
Monochromatic Colors of #736D2A
Black with #736D2A
Text Example
Text Example
White with #736D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D2A; }
p { color: rgb(115,109,42); }
H1.HeaderClassName
{
color: #736D2A;
}
.AnyTagClassName
{
color: #736D2A;
}
</style>
background-color css
<style>
a { background-color: #736D2A; }
a { background-color: rgb(115,109,42); }
div.DivClassName
{
background-color: #736D2A;
}
.BgClassName
{
background-color: #736D2A;
}
</style>
border-color css
<style>
span { border-color: #736D2A; }
span { border-color: rgb(115,109,42); }
td.TdClassName
{
border-color: #736D2A;
}
.TagClassName
{
border-color: #736D2A;
}
</style>