Shades of Himalaya #73612B
Tints of Himalaya #73612B
RGB
CMYK
RGB Variations
Color information
#73612B (or 0x73612B) is known color: Himalaya. HEX triplet: 73, 61 and 2B. RGB value is (115,97,43). Sum of RGB (Red+Green+Blue) = 115+97+43=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73612B is #8C9ED4. Grayscale: #606060. Windows color (decimal): -9215701 or 2842995. OLE color: 2842995.
HSL color Cylindrical-coordinate representation of color #73612B: hue angle of 45º 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 #73612B is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 43 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.55 |
| HSL | 45º | 0.46% | 0.31% | - |
| HSV(B) | 45º | 0.63% | 0.45% | - |
| XYZ | 11.78 | 12.37 | 4.05 | - |
| YUV | 96.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 43 | 0 | 0.16 | 0.63 | 0.55 | 45 | 0.46 | 0.31 |
| Hex | 73 | 61 | 2B | 0 | 10 | 3F | 37 | 2D | 2E | 1F |
| Octal | 163 | 141 | 53 | 0 | 20 | 77 | 67 | 55 | 56 | 37 |
| Binary | 1110011 | 1100001 | 101011 | 0 | 10000 | 111111 | 110111 | 101101 | 101110 | 11111 |
Color Harmonies of #73612B
Complementary color
Monochromatic Colors of #73612B
Black with #73612B
Text Example
Text Example
White with #73612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73612B; }
p { color: rgb(115,97,43); }
H1.HeaderClassName
{
color: #73612B;
}
.AnyTagClassName
{
color: #73612B;
}
</style>
background-color css
<style>
a { background-color: #73612B; }
a { background-color: rgb(115,97,43); }
div.DivClassName
{
background-color: #73612B;
}
.BgClassName
{
background-color: #73612B;
}
</style>
border-color css
<style>
span { border-color: #73612B; }
span { border-color: rgb(115,97,43); }
td.TdClassName
{
border-color: #73612B;
}
.TagClassName
{
border-color: #73612B;
}
</style>