Shades of Himalaya #726223
Tints of Himalaya #726223
RGB
CMYK
RGB Variations
Color information
#726223 (or 0x726223) is known color: Himalaya. HEX triplet: 72, 62 and 23. RGB value is (114,98,35). Sum of RGB (Red+Green+Blue) = 114+98+35=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #726223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726223 is #8D9DDC. Grayscale: #5F5F5F. Windows color (decimal): -9280989 or 2318962. OLE color: 2318962.
HSL color Cylindrical-coordinate representation of color #726223: hue angle of 47.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #726223 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 35 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.55 |
| HSL | 47.85º | 0.53% | 0.29% | - |
| HSV(B) | 47.85º | 0.69% | 0.45% | - |
| XYZ | 11.61 | 12.43 | 3.38 | - |
| YUV | 95.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 35 | 0 | 0.14 | 0.69 | 0.55 | 47.85 | 0.53 | 0.29 |
| Hex | 72 | 62 | 23 | 0 | E | 45 | 37 | 30 | 35 | 1D |
| Octal | 162 | 142 | 43 | 0 | 16 | 105 | 67 | 60 | 65 | 35 |
| Binary | 1110010 | 1100010 | 100011 | 0 | 1110 | 1000101 | 110111 | 110000 | 110101 | 11101 |
Color Harmonies of #726223
Complementary color
Monochromatic Colors of #726223
Black with #726223
Text Example
Text Example
White with #726223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726223; }
p { color: rgb(114,98,35); }
H1.HeaderClassName
{
color: #726223;
}
.AnyTagClassName
{
color: #726223;
}
</style>
background-color css
<style>
a { background-color: #726223; }
a { background-color: rgb(114,98,35); }
div.DivClassName
{
background-color: #726223;
}
.BgClassName
{
background-color: #726223;
}
</style>
border-color css
<style>
span { border-color: #726223; }
span { border-color: rgb(114,98,35); }
td.TdClassName
{
border-color: #726223;
}
.TagClassName
{
border-color: #726223;
}
</style>