Shades of Pine Cone #736153
Tints of Pine Cone #736153
RGB
CMYK
RGB Variations
Color information
#736153 (or 0x736153) is known color: Pine Cone. HEX triplet: 73, 61 and 53. RGB value is (115,97,83). Sum of RGB (Red+Green+Blue) = 115+97+83=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736153 is #8C9EAC. Grayscale: #646464. Windows color (decimal): -9215661 or 5464435. OLE color: 5464435.
HSL color Cylindrical-coordinate representation of color #736153: hue angle of 26.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736153 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 83 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.55 |
| HSL | 26.25º | 0.16% | 0.39% | - |
| HSV(B) | 26.25º | 0.28% | 0.45% | - |
| XYZ | 12.91 | 12.82 | 9.98 | - |
| YUV | 100.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 83 | 0 | 0.16 | 0.28 | 0.55 | 26.25 | 0.16 | 0.39 |
| Hex | 73 | 61 | 53 | 0 | 10 | 1C | 37 | 1A | 10 | 27 |
| Octal | 163 | 141 | 123 | 0 | 20 | 34 | 67 | 32 | 20 | 47 |
| Binary | 1110011 | 1100001 | 1010011 | 0 | 10000 | 11100 | 110111 | 11010 | 10000 | 100111 |
Color Harmonies of #736153
Complementary color
Monochromatic Colors of #736153
Black with #736153
Text Example
Text Example
White with #736153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736153; }
p { color: rgb(115,97,83); }
H1.HeaderClassName
{
color: #736153;
}
.AnyTagClassName
{
color: #736153;
}
</style>
background-color css
<style>
a { background-color: #736153; }
a { background-color: rgb(115,97,83); }
div.DivClassName
{
background-color: #736153;
}
.BgClassName
{
background-color: #736153;
}
</style>
border-color css
<style>
span { border-color: #736153; }
span { border-color: rgb(115,97,83); }
td.TdClassName
{
border-color: #736153;
}
.TagClassName
{
border-color: #736153;
}
</style>