Shades of Himalaya #705D30
Tints of Himalaya #705D30
RGB
CMYK
RGB Variations
Color information
#705D30 (or 0x705D30) is known color: Himalaya. HEX triplet: 70, 5D and 30. RGB value is (112,93,48). Sum of RGB (Red+Green+Blue) = 112+93+48=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D30 is #8FA2CF. Grayscale: #5D5D5D. Windows color (decimal): -9413328 or 3169648. OLE color: 3169648.
HSL color Cylindrical-coordinate representation of color #705D30: hue angle of 42.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705D30 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 48 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.56 |
| HSL | 42.19º | 0.4% | 0.31% | - |
| HSV(B) | 42.19º | 0.57% | 0.44% | - |
| XYZ | 11.13 | 11.49 | 4.43 | - |
| YUV | 93.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 48 | 0 | 0.17 | 0.57 | 0.56 | 42.19 | 0.4 | 0.31 |
| Hex | 70 | 5D | 30 | 0 | 11 | 39 | 38 | 2A | 28 | 1F |
| Octal | 160 | 135 | 60 | 0 | 21 | 71 | 70 | 52 | 50 | 37 |
| Binary | 1110000 | 1011101 | 110000 | 0 | 10001 | 111001 | 111000 | 101010 | 101000 | 11111 |
Color Harmonies of #705D30
Complementary color
Monochromatic Colors of #705D30
Black with #705D30
Text Example
Text Example
White with #705D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D30; }
p { color: rgb(112,93,48); }
H1.HeaderClassName
{
color: #705D30;
}
.AnyTagClassName
{
color: #705D30;
}
</style>
background-color css
<style>
a { background-color: #705D30; }
a { background-color: rgb(112,93,48); }
div.DivClassName
{
background-color: #705D30;
}
.BgClassName
{
background-color: #705D30;
}
</style>
border-color css
<style>
span { border-color: #705D30; }
span { border-color: rgb(112,93,48); }
td.TdClassName
{
border-color: #705D30;
}
.TagClassName
{
border-color: #705D30;
}
</style>