Shades of Himalaya #745F2D
Tints of Himalaya #745F2D
RGB
CMYK
RGB Variations
Color information
#745F2D (or 0x745F2D) is known color: Himalaya. HEX triplet: 74, 5F and 2D. RGB value is (116,95,45). Sum of RGB (Red+Green+Blue) = 116+95+45=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F2D is #8BA0D2. Grayscale: #5F5F5F. Windows color (decimal): -9150675 or 2973556. OLE color: 2973556.
HSL color Cylindrical-coordinate representation of color #745F2D: hue angle of 42.25º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745F2D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 45 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.55 |
| HSL | 42.25º | 0.44% | 0.32% | - |
| HSV(B) | 42.25º | 0.61% | 0.45% | - |
| XYZ | 11.77 | 12.09 | 4.2 | - |
| YUV | 95.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 45 | 0 | 0.18 | 0.61 | 0.55 | 42.25 | 0.44 | 0.32 |
| Hex | 74 | 5F | 2D | 0 | 12 | 3D | 37 | 2A | 2C | 20 |
| Octal | 164 | 137 | 55 | 0 | 22 | 75 | 67 | 52 | 54 | 40 |
| Binary | 1110100 | 1011111 | 101101 | 0 | 10010 | 111101 | 110111 | 101010 | 101100 | 100000 |
Color Harmonies of #745F2D
Complementary color
Monochromatic Colors of #745F2D
Black with #745F2D
Text Example
Text Example
White with #745F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F2D; }
p { color: rgb(116,95,45); }
H1.HeaderClassName
{
color: #745F2D;
}
.AnyTagClassName
{
color: #745F2D;
}
</style>
background-color css
<style>
a { background-color: #745F2D; }
a { background-color: rgb(116,95,45); }
div.DivClassName
{
background-color: #745F2D;
}
.BgClassName
{
background-color: #745F2D;
}
</style>
border-color css
<style>
span { border-color: #745F2D; }
span { border-color: rgb(116,95,45); }
td.TdClassName
{
border-color: #745F2D;
}
.TagClassName
{
border-color: #745F2D;
}
</style>