Shades of Himalaya #75612D
Tints of Himalaya #75612D
RGB
CMYK
RGB Variations
Color information
#75612D (or 0x75612D) is known color: Himalaya. HEX triplet: 75, 61 and 2D. RGB value is (117,97,45). Sum of RGB (Red+Green+Blue) = 117+97+45=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75612D is #8A9ED2. Grayscale: #616161. Windows color (decimal): -9084627 or 2974069. OLE color: 2974069.
HSL color Cylindrical-coordinate representation of color #75612D: hue angle of 43.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75612D is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 97 | 45 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.54 |
| HSL | 43.33º | 0.44% | 0.32% | - |
| HSV(B) | 43.33º | 0.62% | 0.46% | - |
| XYZ | 12.08 | 12.52 | 4.26 | - |
| YUV | 97.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 45 | 0 | 0.17 | 0.62 | 0.54 | 43.33 | 0.44 | 0.32 |
| Hex | 75 | 61 | 2D | 0 | 11 | 3E | 36 | 2B | 2C | 20 |
| Octal | 165 | 141 | 55 | 0 | 21 | 76 | 66 | 53 | 54 | 40 |
| Binary | 1110101 | 1100001 | 101101 | 0 | 10001 | 111110 | 110110 | 101011 | 101100 | 100000 |
Color Harmonies of #75612D
Complementary color
Monochromatic Colors of #75612D
Black with #75612D
Text Example
Text Example
White with #75612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75612D; }
p { color: rgb(117,97,45); }
H1.HeaderClassName
{
color: #75612D;
}
.AnyTagClassName
{
color: #75612D;
}
</style>
background-color css
<style>
a { background-color: #75612D; }
a { background-color: rgb(117,97,45); }
div.DivClassName
{
background-color: #75612D;
}
.BgClassName
{
background-color: #75612D;
}
</style>
border-color css
<style>
span { border-color: #75612D; }
span { border-color: rgb(117,97,45); }
td.TdClassName
{
border-color: #75612D;
}
.TagClassName
{
border-color: #75612D;
}
</style>