Shades of Dark Rum #45382E
Tints of Dark Rum #45382E
RGB
CMYK
RGB Variations
Color information
#45382E (or 0x45382E) is known color: Dark Rum. HEX triplet: 45, 38 and 2E. RGB value is (69,56,46). Sum of RGB (Red+Green+Blue) = 69+56+46=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 69 - color contains mainly: red. Hex color #45382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45382E is #BAC7D1. Grayscale: #3A3A3A. Windows color (decimal): -12240850 or 3029061. OLE color: 3029061.
HSL color Cylindrical-coordinate representation of color #45382E: hue angle of 26.09º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #45382E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 56 | 46 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.73 |
| HSL | 26.09º | 0.2% | 0.23% | - |
| HSV(B) | 26.09º | 0.33% | 0.27% | - |
| XYZ | 4.36 | 4.29 | 3.18 | - |
| YUV | 58.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 46 | 0 | 0.19 | 0.33 | 0.73 | 26.09 | 0.2 | 0.23 |
| Hex | 45 | 38 | 2E | 0 | 13 | 21 | 49 | 1A | 14 | 17 |
| Octal | 105 | 70 | 56 | 0 | 23 | 41 | 111 | 32 | 24 | 27 |
| Binary | 1000101 | 111000 | 101110 | 0 | 10011 | 100001 | 1001001 | 11010 | 10100 | 10111 |
Color Harmonies of #45382E
Complementary color
Monochromatic Colors of #45382E
Black with #45382E
Text Example
Text Example
White with #45382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45382E; }
p { color: rgb(69,56,46); }
H1.HeaderClassName
{
color: #45382E;
}
.AnyTagClassName
{
color: #45382E;
}
</style>
background-color css
<style>
a { background-color: #45382E; }
a { background-color: rgb(69,56,46); }
div.DivClassName
{
background-color: #45382E;
}
.BgClassName
{
background-color: #45382E;
}
</style>
border-color css
<style>
span { border-color: #45382E; }
span { border-color: rgb(69,56,46); }
td.TdClassName
{
border-color: #45382E;
}
.TagClassName
{
border-color: #45382E;
}
</style>