Shades of Himalaya #745F25
Tints of Himalaya #745F25
RGB
CMYK
RGB Variations
Color information
#745F25 (or 0x745F25) is known color: Himalaya. HEX triplet: 74, 5F and 25. RGB value is (116,95,37). Sum of RGB (Red+Green+Blue) = 116+95+37=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #745F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F25 is #8BA0DA. Grayscale: #5E5E5E. Windows color (decimal): -9150683 or 2449268. OLE color: 2449268.
HSL color Cylindrical-coordinate representation of color #745F25: hue angle of 44.05º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #745F25 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 37 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.55 |
| HSL | 44.05º | 0.52% | 0.3% | - |
| HSV(B) | 44.05º | 0.68% | 0.45% | - |
| XYZ | 11.63 | 12.03 | 3.46 | - |
| YUV | 94.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 37 | 0 | 0.18 | 0.68 | 0.55 | 44.05 | 0.52 | 0.3 |
| Hex | 74 | 5F | 25 | 0 | 12 | 44 | 37 | 2C | 34 | 1E |
| Octal | 164 | 137 | 45 | 0 | 22 | 104 | 67 | 54 | 64 | 36 |
| Binary | 1110100 | 1011111 | 100101 | 0 | 10010 | 1000100 | 110111 | 101100 | 110100 | 11110 |
Color Harmonies of #745F25
Complementary color
Monochromatic Colors of #745F25
Black with #745F25
Text Example
Text Example
White with #745F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F25; }
p { color: rgb(116,95,37); }
H1.HeaderClassName
{
color: #745F25;
}
.AnyTagClassName
{
color: #745F25;
}
</style>
background-color css
<style>
a { background-color: #745F25; }
a { background-color: rgb(116,95,37); }
div.DivClassName
{
background-color: #745F25;
}
.BgClassName
{
background-color: #745F25;
}
</style>
border-color css
<style>
span { border-color: #745F25; }
span { border-color: rgb(116,95,37); }
td.TdClassName
{
border-color: #745F25;
}
.TagClassName
{
border-color: #745F25;
}
</style>