Shades of Himalaya #735D2C
Tints of Himalaya #735D2C
RGB
CMYK
RGB Variations
Color information
#735D2C (or 0x735D2C) is known color: Himalaya. HEX triplet: 73, 5D and 2C. RGB value is (115,93,44). Sum of RGB (Red+Green+Blue) = 115+93+44=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #735D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D2C is #8CA2D3. Grayscale: #5E5E5E. Windows color (decimal): -9216724 or 2907507. OLE color: 2907507.
HSL color Cylindrical-coordinate representation of color #735D2C: hue angle of 41.41º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735D2C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 44 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.55 |
| HSL | 41.41º | 0.45% | 0.31% | - |
| HSV(B) | 41.41º | 0.62% | 0.45% | - |
| XYZ | 11.44 | 11.66 | 4.03 | - |
| YUV | 93.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 44 | 0 | 0.19 | 0.62 | 0.55 | 41.41 | 0.45 | 0.31 |
| Hex | 73 | 5D | 2C | 0 | 13 | 3E | 37 | 29 | 2D | 1F |
| Octal | 163 | 135 | 54 | 0 | 23 | 76 | 67 | 51 | 55 | 37 |
| Binary | 1110011 | 1011101 | 101100 | 0 | 10011 | 111110 | 110111 | 101001 | 101101 | 11111 |
Color Harmonies of #735D2C
Complementary color
Monochromatic Colors of #735D2C
Black with #735D2C
Text Example
Text Example
White with #735D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D2C; }
p { color: rgb(115,93,44); }
H1.HeaderClassName
{
color: #735D2C;
}
.AnyTagClassName
{
color: #735D2C;
}
</style>
background-color css
<style>
a { background-color: #735D2C; }
a { background-color: rgb(115,93,44); }
div.DivClassName
{
background-color: #735D2C;
}
.BgClassName
{
background-color: #735D2C;
}
</style>
border-color css
<style>
span { border-color: #735D2C; }
span { border-color: rgb(115,93,44); }
td.TdClassName
{
border-color: #735D2C;
}
.TagClassName
{
border-color: #735D2C;
}
</style>