Shades of Dark Rum #46372C
Tints of Dark Rum #46372C
RGB
CMYK
RGB Variations
Color information
#46372C (or 0x46372C) is known color: Dark Rum. HEX triplet: 46, 37 and 2C. RGB value is (70,55,44). Sum of RGB (Red+Green+Blue) = 70+55+44=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46372C is #B9C8D3. Grayscale: #3A3A3A. Windows color (decimal): -12175572 or 2897734. OLE color: 2897734.
HSL color Cylindrical-coordinate representation of color #46372C: hue angle of 25.38º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46372C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 55 | 44 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.73 |
| HSL | 25.38º | 0.23% | 0.22% | - |
| HSV(B) | 25.38º | 0.37% | 0.27% | - |
| XYZ | 4.35 | 4.22 | 2.97 | - |
| YUV | 58.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 44 | 0 | 0.21 | 0.37 | 0.73 | 25.38 | 0.23 | 0.22 |
| Hex | 46 | 37 | 2C | 0 | 15 | 25 | 49 | 19 | 17 | 16 |
| Octal | 106 | 67 | 54 | 0 | 25 | 45 | 111 | 31 | 27 | 26 |
| Binary | 1000110 | 110111 | 101100 | 0 | 10101 | 100101 | 1001001 | 11001 | 10111 | 10110 |
Color Harmonies of #46372C
Complementary color
Monochromatic Colors of #46372C
Black with #46372C
Text Example
Text Example
White with #46372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46372C; }
p { color: rgb(70,55,44); }
H1.HeaderClassName
{
color: #46372C;
}
.AnyTagClassName
{
color: #46372C;
}
</style>
background-color css
<style>
a { background-color: #46372C; }
a { background-color: rgb(70,55,44); }
div.DivClassName
{
background-color: #46372C;
}
.BgClassName
{
background-color: #46372C;
}
</style>
border-color css
<style>
span { border-color: #46372C; }
span { border-color: rgb(70,55,44); }
td.TdClassName
{
border-color: #46372C;
}
.TagClassName
{
border-color: #46372C;
}
</style>