Shades of Himalaya #705D31
Tints of Himalaya #705D31
RGB
CMYK
RGB Variations
Color information
#705D31 (or 0x705D31) is known color: Himalaya. HEX triplet: 70, 5D and 31. RGB value is (112,93,49). Sum of RGB (Red+Green+Blue) = 112+93+49=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #705D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D31 is #8FA2CE. Grayscale: #5D5D5D. Windows color (decimal): -9413327 or 3235184. OLE color: 3235184.
HSL color Cylindrical-coordinate representation of color #705D31: hue angle of 41.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705D31 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 49 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.56 |
| HSL | 41.9º | 0.39% | 0.32% | - |
| HSV(B) | 41.9º | 0.56% | 0.44% | - |
| XYZ | 11.15 | 11.5 | 4.54 | - |
| YUV | 93.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 49 | 0 | 0.17 | 0.56 | 0.56 | 41.9 | 0.39 | 0.32 |
| Hex | 70 | 5D | 31 | 0 | 11 | 38 | 38 | 2A | 27 | 20 |
| Octal | 160 | 135 | 61 | 0 | 21 | 70 | 70 | 52 | 47 | 40 |
| Binary | 1110000 | 1011101 | 110001 | 0 | 10001 | 111000 | 111000 | 101010 | 100111 | 100000 |
Color Harmonies of #705D31
Complementary color
Monochromatic Colors of #705D31
Black with #705D31
Text Example
Text Example
White with #705D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D31; }
p { color: rgb(112,93,49); }
H1.HeaderClassName
{
color: #705D31;
}
.AnyTagClassName
{
color: #705D31;
}
</style>
background-color css
<style>
a { background-color: #705D31; }
a { background-color: rgb(112,93,49); }
div.DivClassName
{
background-color: #705D31;
}
.BgClassName
{
background-color: #705D31;
}
</style>
border-color css
<style>
span { border-color: #705D31; }
span { border-color: rgb(112,93,49); }
td.TdClassName
{
border-color: #705D31;
}
.TagClassName
{
border-color: #705D31;
}
</style>