Shades of Himalaya #74652B
Tints of Himalaya #74652B
RGB
CMYK
RGB Variations
Color information
#74652B (or 0x74652B) is known color: Himalaya. HEX triplet: 74, 65 and 2B. RGB value is (116,101,43). Sum of RGB (Red+Green+Blue) = 116+101+43=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74652B is #8B9AD4. Grayscale: #636363. Windows color (decimal): -9149141 or 2844020. OLE color: 2844020.
HSL color Cylindrical-coordinate representation of color #74652B: hue angle of 47.67º 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 #74652B is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 43 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.55 |
| HSL | 47.67º | 0.46% | 0.31% | - |
| HSV(B) | 47.67º | 0.63% | 0.45% | - |
| XYZ | 12.29 | 13.19 | 4.18 | - |
| YUV | 98.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 43 | 0 | 0.13 | 0.63 | 0.55 | 47.67 | 0.46 | 0.31 |
| Hex | 74 | 65 | 2B | 0 | D | 3F | 37 | 30 | 2E | 1F |
| Octal | 164 | 145 | 53 | 0 | 15 | 77 | 67 | 60 | 56 | 37 |
| Binary | 1110100 | 1100101 | 101011 | 0 | 1101 | 111111 | 110111 | 110000 | 101110 | 11111 |
Color Harmonies of #74652B
Complementary color
Monochromatic Colors of #74652B
Black with #74652B
Text Example
Text Example
White with #74652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74652B; }
p { color: rgb(116,101,43); }
H1.HeaderClassName
{
color: #74652B;
}
.AnyTagClassName
{
color: #74652B;
}
</style>
background-color css
<style>
a { background-color: #74652B; }
a { background-color: rgb(116,101,43); }
div.DivClassName
{
background-color: #74652B;
}
.BgClassName
{
background-color: #74652B;
}
</style>
border-color css
<style>
span { border-color: #74652B; }
span { border-color: rgb(116,101,43); }
td.TdClassName
{
border-color: #74652B;
}
.TagClassName
{
border-color: #74652B;
}
</style>