Shades of Himalaya #705D35
Tints of Himalaya #705D35
RGB
CMYK
RGB Variations
Color information
#705D35 (or 0x705D35) is known color: Himalaya. HEX triplet: 70, 5D and 35. RGB value is (112,93,53). Sum of RGB (Red+Green+Blue) = 112+93+53=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D35 is #8FA2CA. Grayscale: #5E5E5E. Windows color (decimal): -9413323 or 3497328. OLE color: 3497328.
HSL color Cylindrical-coordinate representation of color #705D35: hue angle of 40.68º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705D35 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 53 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.56 |
| HSL | 40.68º | 0.36% | 0.32% | - |
| HSV(B) | 40.68º | 0.53% | 0.44% | - |
| XYZ | 11.24 | 11.53 | 5 | - |
| YUV | 94.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 53 | 0 | 0.17 | 0.53 | 0.56 | 40.68 | 0.36 | 0.32 |
| Hex | 70 | 5D | 35 | 0 | 11 | 35 | 38 | 29 | 24 | 20 |
| Octal | 160 | 135 | 65 | 0 | 21 | 65 | 70 | 51 | 44 | 40 |
| Binary | 1110000 | 1011101 | 110101 | 0 | 10001 | 110101 | 111000 | 101001 | 100100 | 100000 |
Color Harmonies of #705D35
Complementary color
Monochromatic Colors of #705D35
Black with #705D35
Text Example
Text Example
White with #705D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D35; }
p { color: rgb(112,93,53); }
H1.HeaderClassName
{
color: #705D35;
}
.AnyTagClassName
{
color: #705D35;
}
</style>
background-color css
<style>
a { background-color: #705D35; }
a { background-color: rgb(112,93,53); }
div.DivClassName
{
background-color: #705D35;
}
.BgClassName
{
background-color: #705D35;
}
</style>
border-color css
<style>
span { border-color: #705D35; }
span { border-color: rgb(112,93,53); }
td.TdClassName
{
border-color: #705D35;
}
.TagClassName
{
border-color: #705D35;
}
</style>