Shades of Pine Cone #726250
Tints of Pine Cone #726250
RGB
CMYK
RGB Variations
Color information
#726250 (or 0x726250) is known color: Pine Cone. HEX triplet: 72, 62 and 50. RGB value is (114,98,80). Sum of RGB (Red+Green+Blue) = 114+98+80=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #726250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726250 is #8D9DAF. Grayscale: #646464. Windows color (decimal): -9280944 or 5268082. OLE color: 5268082.
HSL color Cylindrical-coordinate representation of color #726250: hue angle of 31.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726250 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 80 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.55 |
| HSL | 31.76º | 0.18% | 0.38% | - |
| HSV(B) | 31.76º | 0.3% | 0.45% | - |
| XYZ | 12.76 | 12.89 | 9.41 | - |
| YUV | 100.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 80 | 0 | 0.14 | 0.30 | 0.55 | 31.76 | 0.18 | 0.38 |
| Hex | 72 | 62 | 50 | 0 | E | 1E | 37 | 20 | 12 | 26 |
| Octal | 162 | 142 | 120 | 0 | 16 | 36 | 67 | 40 | 22 | 46 |
| Binary | 1110010 | 1100010 | 1010000 | 0 | 1110 | 11110 | 110111 | 100000 | 10010 | 100110 |
Color Harmonies of #726250
Complementary color
Monochromatic Colors of #726250
Black with #726250
Text Example
Text Example
White with #726250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726250; }
p { color: rgb(114,98,80); }
H1.HeaderClassName
{
color: #726250;
}
.AnyTagClassName
{
color: #726250;
}
</style>
background-color css
<style>
a { background-color: #726250; }
a { background-color: rgb(114,98,80); }
div.DivClassName
{
background-color: #726250;
}
.BgClassName
{
background-color: #726250;
}
</style>
border-color css
<style>
span { border-color: #726250; }
span { border-color: rgb(114,98,80); }
td.TdClassName
{
border-color: #726250;
}
.TagClassName
{
border-color: #726250;
}
</style>