Shades of Himalaya #785E2D
Tints of Himalaya #785E2D
RGB
CMYK
RGB Variations
Color information
#785E2D (or 0x785E2D) is known color: Himalaya. HEX triplet: 78, 5E and 2D. RGB value is (120,94,45). Sum of RGB (Red+Green+Blue) = 120+94+45=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #785E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E2D is #87A1D2. Grayscale: #606060. Windows color (decimal): -8888787 or 2973304. OLE color: 2973304.
HSL color Cylindrical-coordinate representation of color #785E2D: hue angle of 39.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785E2D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 45 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.53 |
| HSL | 39.2º | 0.45% | 0.32% | - |
| HSV(B) | 39.2º | 0.63% | 0.47% | - |
| XYZ | 12.22 | 12.19 | 4.19 | - |
| YUV | 96.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 45 | 0 | 0.22 | 0.63 | 0.53 | 39.2 | 0.45 | 0.32 |
| Hex | 78 | 5E | 2D | 0 | 16 | 3F | 35 | 27 | 2D | 20 |
| Octal | 170 | 136 | 55 | 0 | 26 | 77 | 65 | 47 | 55 | 40 |
| Binary | 1111000 | 1011110 | 101101 | 0 | 10110 | 111111 | 110101 | 100111 | 101101 | 100000 |
Color Harmonies of #785E2D
Complementary color
Monochromatic Colors of #785E2D
Black with #785E2D
Text Example
Text Example
White with #785E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E2D; }
p { color: rgb(120,94,45); }
H1.HeaderClassName
{
color: #785E2D;
}
.AnyTagClassName
{
color: #785E2D;
}
</style>
background-color css
<style>
a { background-color: #785E2D; }
a { background-color: rgb(120,94,45); }
div.DivClassName
{
background-color: #785E2D;
}
.BgClassName
{
background-color: #785E2D;
}
</style>
border-color css
<style>
span { border-color: #785E2D; }
span { border-color: rgb(120,94,45); }
td.TdClassName
{
border-color: #785E2D;
}
.TagClassName
{
border-color: #785E2D;
}
</style>