Shades of Himalaya #705F2C
Tints of Himalaya #705F2C
RGB
CMYK
RGB Variations
Color information
#705F2C (or 0x705F2C) is known color: Himalaya. HEX triplet: 70, 5F and 2C. RGB value is (112,95,44). Sum of RGB (Red+Green+Blue) = 112+95+44=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #705F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F2C is #8FA0D3. Grayscale: #5E5E5E. Windows color (decimal): -9412820 or 2908016. OLE color: 2908016.
HSL color Cylindrical-coordinate representation of color #705F2C: hue angle of 45º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705F2C is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 44 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.56 |
| HSL | 45º | 0.44% | 0.31% | - |
| HSV(B) | 45º | 0.61% | 0.44% | - |
| XYZ | 11.23 | 11.81 | 4.07 | - |
| YUV | 94.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 44 | 0 | 0.15 | 0.61 | 0.56 | 45 | 0.44 | 0.31 |
| Hex | 70 | 5F | 2C | 0 | F | 3D | 38 | 2D | 2C | 1F |
| Octal | 160 | 137 | 54 | 0 | 17 | 75 | 70 | 55 | 54 | 37 |
| Binary | 1110000 | 1011111 | 101100 | 0 | 1111 | 111101 | 111000 | 101101 | 101100 | 11111 |
Color Harmonies of #705F2C
Complementary color
Monochromatic Colors of #705F2C
Black with #705F2C
Text Example
Text Example
White with #705F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F2C; }
p { color: rgb(112,95,44); }
H1.HeaderClassName
{
color: #705F2C;
}
.AnyTagClassName
{
color: #705F2C;
}
</style>
background-color css
<style>
a { background-color: #705F2C; }
a { background-color: rgb(112,95,44); }
div.DivClassName
{
background-color: #705F2C;
}
.BgClassName
{
background-color: #705F2C;
}
</style>
border-color css
<style>
span { border-color: #705F2C; }
span { border-color: rgb(112,95,44); }
td.TdClassName
{
border-color: #705F2C;
}
.TagClassName
{
border-color: #705F2C;
}
</style>