Shades of Himalaya #735D28
Tints of Himalaya #735D28
RGB
CMYK
RGB Variations
Color information
#735D28 (or 0x735D28) is known color: Himalaya. HEX triplet: 73, 5D and 28. RGB value is (115,93,40). Sum of RGB (Red+Green+Blue) = 115+93+40=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #735D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D28 is #8CA2D7. Grayscale: #5D5D5D. Windows color (decimal): -9216728 or 2645363. OLE color: 2645363.
HSL color Cylindrical-coordinate representation of color #735D28: hue angle of 42.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #735D28 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 40 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.55 |
| HSL | 42.4º | 0.48% | 0.3% | - |
| HSV(B) | 42.4º | 0.65% | 0.45% | - |
| XYZ | 11.37 | 11.63 | 3.65 | - |
| YUV | 93.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 40 | 0 | 0.19 | 0.65 | 0.55 | 42.4 | 0.48 | 0.3 |
| Hex | 73 | 5D | 28 | 0 | 13 | 41 | 37 | 2A | 30 | 1E |
| Octal | 163 | 135 | 50 | 0 | 23 | 101 | 67 | 52 | 60 | 36 |
| Binary | 1110011 | 1011101 | 101000 | 0 | 10011 | 1000001 | 110111 | 101010 | 110000 | 11110 |
Color Harmonies of #735D28
Complementary color
Monochromatic Colors of #735D28
Black with #735D28
Text Example
Text Example
White with #735D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D28; }
p { color: rgb(115,93,40); }
H1.HeaderClassName
{
color: #735D28;
}
.AnyTagClassName
{
color: #735D28;
}
</style>
background-color css
<style>
a { background-color: #735D28; }
a { background-color: rgb(115,93,40); }
div.DivClassName
{
background-color: #735D28;
}
.BgClassName
{
background-color: #735D28;
}
</style>
border-color css
<style>
span { border-color: #735D28; }
span { border-color: rgb(115,93,40); }
td.TdClassName
{
border-color: #735D28;
}
.TagClassName
{
border-color: #735D28;
}
</style>