Shades of Himalaya #70602D
Tints of Himalaya #70602D
RGB
CMYK
RGB Variations
Color information
#70602D (or 0x70602D) is known color: Himalaya. HEX triplet: 70, 60 and 2D. RGB value is (112,96,45). Sum of RGB (Red+Green+Blue) = 112+96+45=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70602D is #8F9FD2. Grayscale: #5F5F5F. Windows color (decimal): -9412563 or 2973808. OLE color: 2973808.
HSL color Cylindrical-coordinate representation of color #70602D: hue angle of 45.67º 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 #70602D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 45 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.56 |
| HSL | 45.67º | 0.43% | 0.31% | - |
| HSV(B) | 45.67º | 0.6% | 0.44% | - |
| XYZ | 11.34 | 12 | 4.2 | - |
| YUV | 94.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 45 | 0 | 0.14 | 0.60 | 0.56 | 45.67 | 0.43 | 0.31 |
| Hex | 70 | 60 | 2D | 0 | E | 3C | 38 | 2E | 2B | 1F |
| Octal | 160 | 140 | 55 | 0 | 16 | 74 | 70 | 56 | 53 | 37 |
| Binary | 1110000 | 1100000 | 101101 | 0 | 1110 | 111100 | 111000 | 101110 | 101011 | 11111 |
Color Harmonies of #70602D
Complementary color
Monochromatic Colors of #70602D
Black with #70602D
Text Example
Text Example
White with #70602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70602D; }
p { color: rgb(112,96,45); }
H1.HeaderClassName
{
color: #70602D;
}
.AnyTagClassName
{
color: #70602D;
}
</style>
background-color css
<style>
a { background-color: #70602D; }
a { background-color: rgb(112,96,45); }
div.DivClassName
{
background-color: #70602D;
}
.BgClassName
{
background-color: #70602D;
}
</style>
border-color css
<style>
span { border-color: #70602D; }
span { border-color: rgb(112,96,45); }
td.TdClassName
{
border-color: #70602D;
}
.TagClassName
{
border-color: #70602D;
}
</style>