Shades of Dark Rum #45362B
Tints of Dark Rum #45362B
RGB
CMYK
RGB Variations
Color information
#45362B (or 0x45362B) is known color: Dark Rum. HEX triplet: 45, 36 and 2B. RGB value is (69,54,43). Sum of RGB (Red+Green+Blue) = 69+54+43=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 69 - color contains mainly: red. Hex color #45362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45362B is #BAC9D4. Grayscale: #393939. Windows color (decimal): -12241365 or 2831941. OLE color: 2831941.
HSL color Cylindrical-coordinate representation of color #45362B: 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.38%. Process color model (Four color, CMYK) of #45362B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 54 | 43 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.73 |
| HSL | 25.38º | 0.23% | 0.22% | - |
| HSV(B) | 25.38º | 0.38% | 0.27% | - |
| XYZ | 4.21 | 4.08 | 2.85 | - |
| YUV | 57.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 54 | 43 | 0 | 0.22 | 0.38 | 0.73 | 25.38 | 0.23 | 0.22 |
| Hex | 45 | 36 | 2B | 0 | 16 | 26 | 49 | 19 | 17 | 16 |
| Octal | 105 | 66 | 53 | 0 | 26 | 46 | 111 | 31 | 27 | 26 |
| Binary | 1000101 | 110110 | 101011 | 0 | 10110 | 100110 | 1001001 | 11001 | 10111 | 10110 |
Color Harmonies of #45362B
Complementary color
Monochromatic Colors of #45362B
Black with #45362B
Text Example
Text Example
White with #45362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45362B; }
p { color: rgb(69,54,43); }
H1.HeaderClassName
{
color: #45362B;
}
.AnyTagClassName
{
color: #45362B;
}
</style>
background-color css
<style>
a { background-color: #45362B; }
a { background-color: rgb(69,54,43); }
div.DivClassName
{
background-color: #45362B;
}
.BgClassName
{
background-color: #45362B;
}
</style>
border-color css
<style>
span { border-color: #45362B; }
span { border-color: rgb(69,54,43); }
td.TdClassName
{
border-color: #45362B;
}
.TagClassName
{
border-color: #45362B;
}
</style>