Shades of Himalaya #75652D
Tints of Himalaya #75652D
RGB
CMYK
RGB Variations
Color information
#75652D (or 0x75652D) is known color: Himalaya. HEX triplet: 75, 65 and 2D. RGB value is (117,101,45). Sum of RGB (Red+Green+Blue) = 117+101+45=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75652D is #8A9AD2. Grayscale: #636363. Windows color (decimal): -9083603 or 2975093. OLE color: 2975093.
HSL color Cylindrical-coordinate representation of color #75652D: hue angle of 46.67º 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 #75652D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 45 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.54 |
| HSL | 46.67º | 0.44% | 0.32% | - |
| HSV(B) | 46.67º | 0.62% | 0.46% | - |
| XYZ | 12.46 | 13.28 | 4.39 | - |
| YUV | 99.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 45 | 0 | 0.14 | 0.62 | 0.54 | 46.67 | 0.44 | 0.32 |
| Hex | 75 | 65 | 2D | 0 | E | 3E | 36 | 2F | 2C | 20 |
| Octal | 165 | 145 | 55 | 0 | 16 | 76 | 66 | 57 | 54 | 40 |
| Binary | 1110101 | 1100101 | 101101 | 0 | 1110 | 111110 | 110110 | 101111 | 101100 | 100000 |
Color Harmonies of #75652D
Complementary color
Monochromatic Colors of #75652D
Black with #75652D
Text Example
Text Example
White with #75652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75652D; }
p { color: rgb(117,101,45); }
H1.HeaderClassName
{
color: #75652D;
}
.AnyTagClassName
{
color: #75652D;
}
</style>
background-color css
<style>
a { background-color: #75652D; }
a { background-color: rgb(117,101,45); }
div.DivClassName
{
background-color: #75652D;
}
.BgClassName
{
background-color: #75652D;
}
</style>
border-color css
<style>
span { border-color: #75652D; }
span { border-color: rgb(117,101,45); }
td.TdClassName
{
border-color: #75652D;
}
.TagClassName
{
border-color: #75652D;
}
</style>