Shades of Himalaya #7D6531
Tints of Himalaya #7D6531
RGB
CMYK
RGB Variations
Color information
#7D6531 (or 0x7D6531) is known color: Himalaya. HEX triplet: 7D, 65 and 31. RGB value is (125,101,49). Sum of RGB (Red+Green+Blue) = 125+101+49=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6531 is #829ACE. Grayscale: #666666. Windows color (decimal): -8559311 or 3237245. OLE color: 3237245.
HSL color Cylindrical-coordinate representation of color #7D6531: hue angle of 41.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D6531 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 49 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.51 |
| HSL | 41.05º | 0.44% | 0.34% | - |
| HSV(B) | 41.05º | 0.61% | 0.49% | - |
| XYZ | 13.67 | 13.89 | 4.87 | - |
| YUV | 102.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 49 | 0 | 0.19 | 0.61 | 0.51 | 41.05 | 0.44 | 0.34 |
| Hex | 7D | 65 | 31 | 0 | 13 | 3D | 33 | 29 | 2C | 22 |
| Octal | 175 | 145 | 61 | 0 | 23 | 75 | 63 | 51 | 54 | 42 |
| Binary | 1111101 | 1100101 | 110001 | 0 | 10011 | 111101 | 110011 | 101001 | 101100 | 100010 |
Color Harmonies of #7D6531
Complementary color
Monochromatic Colors of #7D6531
Black with #7D6531
Text Example
Text Example
White with #7D6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6531; }
p { color: rgb(125,101,49); }
H1.HeaderClassName
{
color: #7D6531;
}
.AnyTagClassName
{
color: #7D6531;
}
</style>
background-color css
<style>
a { background-color: #7D6531; }
a { background-color: rgb(125,101,49); }
div.DivClassName
{
background-color: #7D6531;
}
.BgClassName
{
background-color: #7D6531;
}
</style>
border-color css
<style>
span { border-color: #7D6531; }
span { border-color: rgb(125,101,49); }
td.TdClassName
{
border-color: #7D6531;
}
.TagClassName
{
border-color: #7D6531;
}
</style>