Shades of Himalaya #745F33
Tints of Himalaya #745F33
RGB
CMYK
RGB Variations
Color information
#745F33 (or 0x745F33) is known color: Himalaya. HEX triplet: 74, 5F and 33. RGB value is (116,95,51). Sum of RGB (Red+Green+Blue) = 116+95+51=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #745F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F33 is #8BA0CC. Grayscale: #606060. Windows color (decimal): -9150669 or 3366772. OLE color: 3366772.
HSL color Cylindrical-coordinate representation of color #745F33: hue angle of 40.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745F33 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 51 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.55 |
| HSL | 40.62º | 0.39% | 0.33% | - |
| HSV(B) | 40.62º | 0.56% | 0.45% | - |
| XYZ | 11.89 | 12.14 | 4.85 | - |
| YUV | 96.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 51 | 0 | 0.18 | 0.56 | 0.55 | 40.62 | 0.39 | 0.33 |
| Hex | 74 | 5F | 33 | 0 | 12 | 38 | 37 | 29 | 27 | 21 |
| Octal | 164 | 137 | 63 | 0 | 22 | 70 | 67 | 51 | 47 | 41 |
| Binary | 1110100 | 1011111 | 110011 | 0 | 10010 | 111000 | 110111 | 101001 | 100111 | 100001 |
Color Harmonies of #745F33
Complementary color
Monochromatic Colors of #745F33
Black with #745F33
Text Example
Text Example
White with #745F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F33; }
p { color: rgb(116,95,51); }
H1.HeaderClassName
{
color: #745F33;
}
.AnyTagClassName
{
color: #745F33;
}
</style>
background-color css
<style>
a { background-color: #745F33; }
a { background-color: rgb(116,95,51); }
div.DivClassName
{
background-color: #745F33;
}
.BgClassName
{
background-color: #745F33;
}
</style>
border-color css
<style>
span { border-color: #745F33; }
span { border-color: rgb(116,95,51); }
td.TdClassName
{
border-color: #745F33;
}
.TagClassName
{
border-color: #745F33;
}
</style>