Shades of Olivetone #736B1B
Tints of Olivetone #736B1B
RGB
CMYK
RGB Variations
Color information
#736B1B (or 0x736B1B) is known color: Olivetone. HEX triplet: 73, 6B and 1B. RGB value is (115,107,27). Sum of RGB (Red+Green+Blue) = 115+107+27=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #736B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B1B is #8C94E4. Grayscale: #646464. Windows color (decimal): -9213157 or 1796979. OLE color: 1796979.
HSL color Cylindrical-coordinate representation of color #736B1B: hue angle of 54.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #736B1B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 27 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.55 |
| HSL | 54.55º | 0.62% | 0.28% | - |
| HSV(B) | 54.55º | 0.77% | 0.45% | - |
| XYZ | 12.53 | 14.24 | 3.13 | - |
| YUV | 100.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 27 | 0 | 0.07 | 0.77 | 0.55 | 54.55 | 0.62 | 0.28 |
| Hex | 73 | 6B | 1B | 0 | 7 | 4D | 37 | 37 | 3E | 1C |
| Octal | 163 | 153 | 33 | 0 | 7 | 115 | 67 | 67 | 76 | 34 |
| Binary | 1110011 | 1101011 | 11011 | 0 | 111 | 1001101 | 110111 | 110111 | 111110 | 11100 |
Color Harmonies of #736B1B
Complementary color
Monochromatic Colors of #736B1B
Black with #736B1B
Text Example
Text Example
White with #736B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B1B; }
p { color: rgb(115,107,27); }
H1.HeaderClassName
{
color: #736B1B;
}
.AnyTagClassName
{
color: #736B1B;
}
</style>
background-color css
<style>
a { background-color: #736B1B; }
a { background-color: rgb(115,107,27); }
div.DivClassName
{
background-color: #736B1B;
}
.BgClassName
{
background-color: #736B1B;
}
</style>
border-color css
<style>
span { border-color: #736B1B; }
span { border-color: rgb(115,107,27); }
td.TdClassName
{
border-color: #736B1B;
}
.TagClassName
{
border-color: #736B1B;
}
</style>