Shades of Dark Rum #47362B
Tints of Dark Rum #47362B
RGB
CMYK
RGB Variations
Color information
#47362B (or 0x47362B) is known color: Dark Rum. HEX triplet: 47, 36 and 2B. RGB value is (71,54,43). Sum of RGB (Red+Green+Blue) = 71+54+43=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47362B is #B8C9D4. Grayscale: #393939. Windows color (decimal): -12110293 or 2831943. OLE color: 2831943.
HSL color Cylindrical-coordinate representation of color #47362B: hue angle of 23.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47362B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 43 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.72 |
| HSL | 23.57º | 0.25% | 0.22% | - |
| HSV(B) | 23.57º | 0.39% | 0.28% | - |
| XYZ | 4.35 | 4.15 | 2.86 | - |
| YUV | 57.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 43 | 0 | 0.24 | 0.39 | 0.72 | 23.57 | 0.25 | 0.22 |
| Hex | 47 | 36 | 2B | 0 | 18 | 27 | 48 | 18 | 19 | 16 |
| Octal | 107 | 66 | 53 | 0 | 30 | 47 | 110 | 30 | 31 | 26 |
| Binary | 1000111 | 110110 | 101011 | 0 | 11000 | 100111 | 1001000 | 11000 | 11001 | 10110 |
Color Harmonies of #47362B
Complementary color
Monochromatic Colors of #47362B
Black with #47362B
Text Example
Text Example
White with #47362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47362B; }
p { color: rgb(71,54,43); }
H1.HeaderClassName
{
color: #47362B;
}
.AnyTagClassName
{
color: #47362B;
}
</style>
background-color css
<style>
a { background-color: #47362B; }
a { background-color: rgb(71,54,43); }
div.DivClassName
{
background-color: #47362B;
}
.BgClassName
{
background-color: #47362B;
}
</style>
border-color css
<style>
span { border-color: #47362B; }
span { border-color: rgb(71,54,43); }
td.TdClassName
{
border-color: #47362B;
}
.TagClassName
{
border-color: #47362B;
}
</style>