Shades of Himalaya #705F25
Tints of Himalaya #705F25
RGB
CMYK
RGB Variations
Color information
#705F25 (or 0x705F25) is known color: Himalaya. HEX triplet: 70, 5F and 25. RGB value is (112,95,37). Sum of RGB (Red+Green+Blue) = 112+95+37=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #705F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F25 is #8FA0DA. Grayscale: #5D5D5D. Windows color (decimal): -9412827 or 2449264. OLE color: 2449264.
HSL color Cylindrical-coordinate representation of color #705F25: hue angle of 46.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #705F25 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 37 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.56 |
| HSL | 46.4º | 0.5% | 0.29% | - |
| HSV(B) | 46.4º | 0.67% | 0.44% | - |
| XYZ | 11.11 | 11.76 | 3.44 | - |
| YUV | 93.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 37 | 0 | 0.15 | 0.67 | 0.56 | 46.4 | 0.5 | 0.29 |
| Hex | 70 | 5F | 25 | 0 | F | 43 | 38 | 2E | 32 | 1D |
| Octal | 160 | 137 | 45 | 0 | 17 | 103 | 70 | 56 | 62 | 35 |
| Binary | 1110000 | 1011111 | 100101 | 0 | 1111 | 1000011 | 111000 | 101110 | 110010 | 11101 |
Color Harmonies of #705F25
Complementary color
Monochromatic Colors of #705F25
Black with #705F25
Text Example
Text Example
White with #705F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F25; }
p { color: rgb(112,95,37); }
H1.HeaderClassName
{
color: #705F25;
}
.AnyTagClassName
{
color: #705F25;
}
</style>
background-color css
<style>
a { background-color: #705F25; }
a { background-color: rgb(112,95,37); }
div.DivClassName
{
background-color: #705F25;
}
.BgClassName
{
background-color: #705F25;
}
</style>
border-color css
<style>
span { border-color: #705F25; }
span { border-color: rgb(112,95,37); }
td.TdClassName
{
border-color: #705F25;
}
.TagClassName
{
border-color: #705F25;
}
</style>