Shades of Himalaya #735F2B
Tints of Himalaya #735F2B
RGB
CMYK
RGB Variations
Color information
#735F2B (or 0x735F2B) is known color: Himalaya. HEX triplet: 73, 5F and 2B. RGB value is (115,95,43). Sum of RGB (Red+Green+Blue) = 115+95+43=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #735F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F2B is #8CA0D4. Grayscale: #5F5F5F. Windows color (decimal): -9216213 or 2842483. OLE color: 2842483.
HSL color Cylindrical-coordinate representation of color #735F2B: hue angle of 43.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #735F2B is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 43 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.55 |
| HSL | 43.33º | 0.46% | 0.31% | - |
| HSV(B) | 43.33º | 0.63% | 0.45% | - |
| XYZ | 11.6 | 12 | 3.99 | - |
| YUV | 95.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 43 | 0 | 0.17 | 0.63 | 0.55 | 43.33 | 0.46 | 0.31 |
| Hex | 73 | 5F | 2B | 0 | 11 | 3F | 37 | 2B | 2E | 1F |
| Octal | 163 | 137 | 53 | 0 | 21 | 77 | 67 | 53 | 56 | 37 |
| Binary | 1110011 | 1011111 | 101011 | 0 | 10001 | 111111 | 110111 | 101011 | 101110 | 11111 |
Color Harmonies of #735F2B
Complementary color
Monochromatic Colors of #735F2B
Black with #735F2B
Text Example
Text Example
White with #735F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F2B; }
p { color: rgb(115,95,43); }
H1.HeaderClassName
{
color: #735F2B;
}
.AnyTagClassName
{
color: #735F2B;
}
</style>
background-color css
<style>
a { background-color: #735F2B; }
a { background-color: rgb(115,95,43); }
div.DivClassName
{
background-color: #735F2B;
}
.BgClassName
{
background-color: #735F2B;
}
</style>
border-color css
<style>
span { border-color: #735F2B; }
span { border-color: rgb(115,95,43); }
td.TdClassName
{
border-color: #735F2B;
}
.TagClassName
{
border-color: #735F2B;
}
</style>