Shades of Himalaya #735F23
Tints of Himalaya #735F23
RGB
CMYK
RGB Variations
Color information
#735F23 (or 0x735F23) is known color: Himalaya. HEX triplet: 73, 5F and 23. RGB value is (115,95,35). Sum of RGB (Red+Green+Blue) = 115+95+35=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #735F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F23 is #8CA0DC. Grayscale: #5E5E5E. Windows color (decimal): -9216221 or 2318195. OLE color: 2318195.
HSL color Cylindrical-coordinate representation of color #735F23: hue angle of 45º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #735F23 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 35 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.55 |
| HSL | 45º | 0.53% | 0.29% | - |
| HSV(B) | 45º | 0.7% | 0.45% | - |
| XYZ | 11.47 | 11.95 | 3.29 | - |
| YUV | 94.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 35 | 0 | 0.17 | 0.70 | 0.55 | 45 | 0.53 | 0.29 |
| Hex | 73 | 5F | 23 | 0 | 11 | 46 | 37 | 2D | 35 | 1D |
| Octal | 163 | 137 | 43 | 0 | 21 | 106 | 67 | 55 | 65 | 35 |
| Binary | 1110011 | 1011111 | 100011 | 0 | 10001 | 1000110 | 110111 | 101101 | 110101 | 11101 |
Color Harmonies of #735F23
Complementary color
Monochromatic Colors of #735F23
Black with #735F23
Text Example
Text Example
White with #735F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F23; }
p { color: rgb(115,95,35); }
H1.HeaderClassName
{
color: #735F23;
}
.AnyTagClassName
{
color: #735F23;
}
</style>
background-color css
<style>
a { background-color: #735F23; }
a { background-color: rgb(115,95,35); }
div.DivClassName
{
background-color: #735F23;
}
.BgClassName
{
background-color: #735F23;
}
</style>
border-color css
<style>
span { border-color: #735F23; }
span { border-color: rgb(115,95,35); }
td.TdClassName
{
border-color: #735F23;
}
.TagClassName
{
border-color: #735F23;
}
</style>