Shades of Dark Rum #46352A
Tints of Dark Rum #46352A
RGB
CMYK
RGB Variations
Color information
#46352A (or 0x46352A) is known color: Dark Rum. HEX triplet: 46, 35 and 2A. RGB value is (70,53,42). Sum of RGB (Red+Green+Blue) = 70+53+42=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46352A is #B9CAD5. Grayscale: #383838. Windows color (decimal): -12176086 or 2766150. OLE color: 2766150.
HSL color Cylindrical-coordinate representation of color #46352A: hue angle of 23.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46352A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 53 | 42 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.73 |
| HSL | 23.57º | 0.25% | 0.22% | - |
| HSV(B) | 23.57º | 0.4% | 0.27% | - |
| XYZ | 4.22 | 4.02 | 2.74 | - |
| YUV | 56.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 42 | 0 | 0.24 | 0.40 | 0.73 | 23.57 | 0.25 | 0.22 |
| Hex | 46 | 35 | 2A | 0 | 18 | 28 | 49 | 18 | 19 | 16 |
| Octal | 106 | 65 | 52 | 0 | 30 | 50 | 111 | 30 | 31 | 26 |
| Binary | 1000110 | 110101 | 101010 | 0 | 11000 | 101000 | 1001001 | 11000 | 11001 | 10110 |
Color Harmonies of #46352A
Complementary color
Monochromatic Colors of #46352A
Black with #46352A
Text Example
Text Example
White with #46352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46352A; }
p { color: rgb(70,53,42); }
H1.HeaderClassName
{
color: #46352A;
}
.AnyTagClassName
{
color: #46352A;
}
</style>
background-color css
<style>
a { background-color: #46352A; }
a { background-color: rgb(70,53,42); }
div.DivClassName
{
background-color: #46352A;
}
.BgClassName
{
background-color: #46352A;
}
</style>
border-color css
<style>
span { border-color: #46352A; }
span { border-color: rgb(70,53,42); }
td.TdClassName
{
border-color: #46352A;
}
.TagClassName
{
border-color: #46352A;
}
</style>