Shades of Dark Rum #47362A
Tints of Dark Rum #47362A
RGB
CMYK
RGB Variations
Color information
#47362A (or 0x47362A) is known color: Dark Rum. HEX triplet: 47, 36 and 2A. RGB value is (71,54,42). Sum of RGB (Red+Green+Blue) = 71+54+42=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47362A is #B8C9D5. Grayscale: #393939. Windows color (decimal): -12110294 or 2766407. OLE color: 2766407.
HSL color Cylindrical-coordinate representation of color #47362A: hue angle of 24.83º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47362A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 42 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.72 |
| HSL | 24.83º | 0.26% | 0.22% | - |
| HSV(B) | 24.83º | 0.41% | 0.28% | - |
| XYZ | 4.34 | 4.15 | 2.76 | - |
| YUV | 57.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 42 | 0 | 0.24 | 0.41 | 0.72 | 24.83 | 0.26 | 0.22 |
| Hex | 47 | 36 | 2A | 0 | 18 | 29 | 48 | 19 | 1A | 16 |
| Octal | 107 | 66 | 52 | 0 | 30 | 51 | 110 | 31 | 32 | 26 |
| Binary | 1000111 | 110110 | 101010 | 0 | 11000 | 101001 | 1001000 | 11001 | 11010 | 10110 |
Color Harmonies of #47362A
Complementary color
Monochromatic Colors of #47362A
Black with #47362A
Text Example
Text Example
White with #47362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47362A; }
p { color: rgb(71,54,42); }
H1.HeaderClassName
{
color: #47362A;
}
.AnyTagClassName
{
color: #47362A;
}
</style>
background-color css
<style>
a { background-color: #47362A; }
a { background-color: rgb(71,54,42); }
div.DivClassName
{
background-color: #47362A;
}
.BgClassName
{
background-color: #47362A;
}
</style>
border-color css
<style>
span { border-color: #47362A; }
span { border-color: rgb(71,54,42); }
td.TdClassName
{
border-color: #47362A;
}
.TagClassName
{
border-color: #47362A;
}
</style>