Shades of Dark Rum #47382C
Tints of Dark Rum #47382C
RGB
CMYK
RGB Variations
Color information
#47382C (or 0x47382C) is known color: Dark Rum. HEX triplet: 47, 38 and 2C. RGB value is (71,56,44). Sum of RGB (Red+Green+Blue) = 71+56+44=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47382C is #B8C7D3. Grayscale: #3B3B3B. Windows color (decimal): -12109780 or 2897991. OLE color: 2897991.
HSL color Cylindrical-coordinate representation of color #47382C: hue angle of 26.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47382C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 44 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.72 |
| HSL | 26.67º | 0.23% | 0.23% | - |
| HSV(B) | 26.67º | 0.38% | 0.28% | - |
| XYZ | 4.47 | 4.35 | 2.99 | - |
| YUV | 59.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 44 | 0 | 0.21 | 0.38 | 0.72 | 26.67 | 0.23 | 0.23 |
| Hex | 47 | 38 | 2C | 0 | 15 | 26 | 48 | 1B | 17 | 17 |
| Octal | 107 | 70 | 54 | 0 | 25 | 46 | 110 | 33 | 27 | 27 |
| Binary | 1000111 | 111000 | 101100 | 0 | 10101 | 100110 | 1001000 | 11011 | 10111 | 10111 |
Color Harmonies of #47382C
Complementary color
Monochromatic Colors of #47382C
Black with #47382C
Text Example
Text Example
White with #47382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47382C; }
p { color: rgb(71,56,44); }
H1.HeaderClassName
{
color: #47382C;
}
.AnyTagClassName
{
color: #47382C;
}
</style>
background-color css
<style>
a { background-color: #47382C; }
a { background-color: rgb(71,56,44); }
div.DivClassName
{
background-color: #47382C;
}
.BgClassName
{
background-color: #47382C;
}
</style>
border-color css
<style>
span { border-color: #47382C; }
span { border-color: rgb(71,56,44); }
td.TdClassName
{
border-color: #47382C;
}
.TagClassName
{
border-color: #47382C;
}
</style>