Shades of Himalaya #705F2D
Tints of Himalaya #705F2D
RGB
CMYK
RGB Variations
Color information
#705F2D (or 0x705F2D) is known color: Himalaya. HEX triplet: 70, 5F and 2D. RGB value is (112,95,45). Sum of RGB (Red+Green+Blue) = 112+95+45=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F2D is #8FA0D2. Grayscale: #5E5E5E. Windows color (decimal): -9412819 or 2973552. OLE color: 2973552.
HSL color Cylindrical-coordinate representation of color #705F2D: hue angle of 44.78º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #705F2D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 45 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.56 |
| HSL | 44.78º | 0.43% | 0.31% | - |
| HSV(B) | 44.78º | 0.6% | 0.44% | - |
| XYZ | 11.25 | 11.82 | 4.17 | - |
| YUV | 94.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 45 | 0 | 0.15 | 0.60 | 0.56 | 44.78 | 0.43 | 0.31 |
| Hex | 70 | 5F | 2D | 0 | F | 3C | 38 | 2D | 2B | 1F |
| Octal | 160 | 137 | 55 | 0 | 17 | 74 | 70 | 55 | 53 | 37 |
| Binary | 1110000 | 1011111 | 101101 | 0 | 1111 | 111100 | 111000 | 101101 | 101011 | 11111 |
Color Harmonies of #705F2D
Complementary color
Monochromatic Colors of #705F2D
Black with #705F2D
Text Example
Text Example
White with #705F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F2D; }
p { color: rgb(112,95,45); }
H1.HeaderClassName
{
color: #705F2D;
}
.AnyTagClassName
{
color: #705F2D;
}
</style>
background-color css
<style>
a { background-color: #705F2D; }
a { background-color: rgb(112,95,45); }
div.DivClassName
{
background-color: #705F2D;
}
.BgClassName
{
background-color: #705F2D;
}
</style>
border-color css
<style>
span { border-color: #705F2D; }
span { border-color: rgb(112,95,45); }
td.TdClassName
{
border-color: #705F2D;
}
.TagClassName
{
border-color: #705F2D;
}
</style>