Shades of Dark Rum #49362A
Tints of Dark Rum #49362A
RGB
CMYK
RGB Variations
Color information
#49362A (or 0x49362A) is known color: Dark Rum. HEX triplet: 49, 36 and 2A. RGB value is (73,54,42). Sum of RGB (Red+Green+Blue) = 73+54+42=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49362A is #B6C9D5. Grayscale: #3A3A3A. Windows color (decimal): -11979222 or 2766409. OLE color: 2766409.
HSL color Cylindrical-coordinate representation of color #49362A: hue angle of 23.23º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49362A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 54 | 42 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.71 |
| HSL | 23.23º | 0.27% | 0.23% | - |
| HSV(B) | 23.23º | 0.42% | 0.29% | - |
| XYZ | 4.48 | 4.22 | 2.77 | - |
| YUV | 58.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 42 | 0 | 0.26 | 0.42 | 0.71 | 23.23 | 0.27 | 0.23 |
| Hex | 49 | 36 | 2A | 0 | 1A | 2A | 47 | 17 | 1B | 17 |
| Octal | 111 | 66 | 52 | 0 | 32 | 52 | 107 | 27 | 33 | 27 |
| Binary | 1001001 | 110110 | 101010 | 0 | 11010 | 101010 | 1000111 | 10111 | 11011 | 10111 |
Color Harmonies of #49362A
Complementary color
Monochromatic Colors of #49362A
Black with #49362A
Text Example
Text Example
White with #49362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49362A; }
p { color: rgb(73,54,42); }
H1.HeaderClassName
{
color: #49362A;
}
.AnyTagClassName
{
color: #49362A;
}
</style>
background-color css
<style>
a { background-color: #49362A; }
a { background-color: rgb(73,54,42); }
div.DivClassName
{
background-color: #49362A;
}
.BgClassName
{
background-color: #49362A;
}
</style>
border-color css
<style>
span { border-color: #49362A; }
span { border-color: rgb(73,54,42); }
td.TdClassName
{
border-color: #49362A;
}
.TagClassName
{
border-color: #49362A;
}
</style>