Shades of Himalaya #705F23
Tints of Himalaya #705F23
RGB
CMYK
RGB Variations
Color information
#705F23 (or 0x705F23) is known color: Himalaya. HEX triplet: 70, 5F and 23. RGB value is (112,95,35). Sum of RGB (Red+Green+Blue) = 112+95+35=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #705F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F23 is #8FA0DC. Grayscale: #5D5D5D. Windows color (decimal): -9412829 or 2318192. OLE color: 2318192.
HSL color Cylindrical-coordinate representation of color #705F23: hue angle of 46.75º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #705F23 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 35 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.56 |
| HSL | 46.75º | 0.52% | 0.29% | - |
| HSV(B) | 46.75º | 0.69% | 0.44% | - |
| XYZ | 11.08 | 11.75 | 3.27 | - |
| YUV | 93.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 35 | 0 | 0.15 | 0.69 | 0.56 | 46.75 | 0.52 | 0.29 |
| Hex | 70 | 5F | 23 | 0 | F | 45 | 38 | 2F | 34 | 1D |
| Octal | 160 | 137 | 43 | 0 | 17 | 105 | 70 | 57 | 64 | 35 |
| Binary | 1110000 | 1011111 | 100011 | 0 | 1111 | 1000101 | 111000 | 101111 | 110100 | 11101 |
Color Harmonies of #705F23
Complementary color
Monochromatic Colors of #705F23
Black with #705F23
Text Example
Text Example
White with #705F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F23; }
p { color: rgb(112,95,35); }
H1.HeaderClassName
{
color: #705F23;
}
.AnyTagClassName
{
color: #705F23;
}
</style>
background-color css
<style>
a { background-color: #705F23; }
a { background-color: rgb(112,95,35); }
div.DivClassName
{
background-color: #705F23;
}
.BgClassName
{
background-color: #705F23;
}
</style>
border-color css
<style>
span { border-color: #705F23; }
span { border-color: rgb(112,95,35); }
td.TdClassName
{
border-color: #705F23;
}
.TagClassName
{
border-color: #705F23;
}
</style>