Shades of Himalaya #745F23
Tints of Himalaya #745F23
RGB
CMYK
RGB Variations
Color information
#745F23 (or 0x745F23) is known color: Himalaya. HEX triplet: 74, 5F and 23. RGB value is (116,95,35). Sum of RGB (Red+Green+Blue) = 116+95+35=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #745F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F23 is #8BA0DC. Grayscale: #5E5E5E. Windows color (decimal): -9150685 or 2318196. OLE color: 2318196.
HSL color Cylindrical-coordinate representation of color #745F23: hue angle of 44.44º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745F23 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 35 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.55 |
| HSL | 44.44º | 0.54% | 0.3% | - |
| HSV(B) | 44.44º | 0.7% | 0.45% | - |
| XYZ | 11.6 | 12.02 | 3.3 | - |
| YUV | 94.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 35 | 0 | 0.18 | 0.70 | 0.55 | 44.44 | 0.54 | 0.3 |
| Hex | 74 | 5F | 23 | 0 | 12 | 46 | 37 | 2C | 36 | 1E |
| Octal | 164 | 137 | 43 | 0 | 22 | 106 | 67 | 54 | 66 | 36 |
| Binary | 1110100 | 1011111 | 100011 | 0 | 10010 | 1000110 | 110111 | 101100 | 110110 | 11110 |
Color Harmonies of #745F23
Complementary color
Monochromatic Colors of #745F23
Black with #745F23
Text Example
Text Example
White with #745F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F23; }
p { color: rgb(116,95,35); }
H1.HeaderClassName
{
color: #745F23;
}
.AnyTagClassName
{
color: #745F23;
}
</style>
background-color css
<style>
a { background-color: #745F23; }
a { background-color: rgb(116,95,35); }
div.DivClassName
{
background-color: #745F23;
}
.BgClassName
{
background-color: #745F23;
}
</style>
border-color css
<style>
span { border-color: #745F23; }
span { border-color: rgb(116,95,35); }
td.TdClassName
{
border-color: #745F23;
}
.TagClassName
{
border-color: #745F23;
}
</style>