Shades of Himalaya #745F20
Tints of Himalaya #745F20
RGB
CMYK
RGB Variations
Color information
#745F20 (or 0x745F20) is known color: Himalaya. HEX triplet: 74, 5F and 20. RGB value is (116,95,32). Sum of RGB (Red+Green+Blue) = 116+95+32=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #745F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F20 is #8BA0DF. Grayscale: #5E5E5E. Windows color (decimal): -9150688 or 2121588. OLE color: 2121588.
HSL color Cylindrical-coordinate representation of color #745F20: hue angle of 45º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #745F20 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 32 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.55 |
| HSL | 45º | 0.57% | 0.29% | - |
| HSV(B) | 45º | 0.72% | 0.45% | - |
| XYZ | 11.56 | 12 | 3.07 | - |
| YUV | 94.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 32 | 0 | 0.18 | 0.72 | 0.55 | 45 | 0.57 | 0.29 |
| Hex | 74 | 5F | 20 | 0 | 12 | 48 | 37 | 2D | 39 | 1D |
| Octal | 164 | 137 | 40 | 0 | 22 | 110 | 67 | 55 | 71 | 35 |
| Binary | 1110100 | 1011111 | 100000 | 0 | 10010 | 1001000 | 110111 | 101101 | 111001 | 11101 |
Color Harmonies of #745F20
Complementary color
Monochromatic Colors of #745F20
Black with #745F20
Text Example
Text Example
White with #745F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F20; }
p { color: rgb(116,95,32); }
H1.HeaderClassName
{
color: #745F20;
}
.AnyTagClassName
{
color: #745F20;
}
</style>
background-color css
<style>
a { background-color: #745F20; }
a { background-color: rgb(116,95,32); }
div.DivClassName
{
background-color: #745F20;
}
.BgClassName
{
background-color: #745F20;
}
</style>
border-color css
<style>
span { border-color: #745F20; }
span { border-color: rgb(116,95,32); }
td.TdClassName
{
border-color: #745F20;
}
.TagClassName
{
border-color: #745F20;
}
</style>