Shades of Himalaya #75602D
Tints of Himalaya #75602D
RGB
CMYK
RGB Variations
Color information
#75602D (or 0x75602D) is known color: Himalaya. HEX triplet: 75, 60 and 2D. RGB value is (117,96,45). Sum of RGB (Red+Green+Blue) = 117+96+45=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75602D is #8A9FD2. Grayscale: #606060. Windows color (decimal): -9084883 or 2973813. OLE color: 2973813.
HSL color Cylindrical-coordinate representation of color #75602D: hue angle of 42.5º 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 #75602D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 96 | 45 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.54 |
| HSL | 42.5º | 0.44% | 0.32% | - |
| HSV(B) | 42.5º | 0.62% | 0.46% | - |
| XYZ | 11.99 | 12.34 | 4.23 | - |
| YUV | 96.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 45 | 0 | 0.18 | 0.62 | 0.54 | 42.5 | 0.44 | 0.32 |
| Hex | 75 | 60 | 2D | 0 | 12 | 3E | 36 | 2A | 2C | 20 |
| Octal | 165 | 140 | 55 | 0 | 22 | 76 | 66 | 52 | 54 | 40 |
| Binary | 1110101 | 1100000 | 101101 | 0 | 10010 | 111110 | 110110 | 101010 | 101100 | 100000 |
Color Harmonies of #75602D
Complementary color
Monochromatic Colors of #75602D
Black with #75602D
Text Example
Text Example
White with #75602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75602D; }
p { color: rgb(117,96,45); }
H1.HeaderClassName
{
color: #75602D;
}
.AnyTagClassName
{
color: #75602D;
}
</style>
background-color css
<style>
a { background-color: #75602D; }
a { background-color: rgb(117,96,45); }
div.DivClassName
{
background-color: #75602D;
}
.BgClassName
{
background-color: #75602D;
}
</style>
border-color css
<style>
span { border-color: #75602D; }
span { border-color: rgb(117,96,45); }
td.TdClassName
{
border-color: #75602D;
}
.TagClassName
{
border-color: #75602D;
}
</style>