Shades of Dark Rum #47352A
Tints of Dark Rum #47352A
RGB
CMYK
RGB Variations
Color information
#47352A (or 0x47352A) is known color: Dark Rum. HEX triplet: 47, 35 and 2A. RGB value is (71,53,42). Sum of RGB (Red+Green+Blue) = 71+53+42=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47352A is #B8CAD5. Grayscale: #393939. Windows color (decimal): -12110550 or 2766151. OLE color: 2766151.
HSL color Cylindrical-coordinate representation of color #47352A: hue angle of 22.76º 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 #47352A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 53 | 42 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.72 |
| HSL | 22.76º | 0.26% | 0.22% | - |
| HSV(B) | 22.76º | 0.41% | 0.28% | - |
| XYZ | 4.29 | 4.05 | 2.75 | - |
| YUV | 57.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 42 | 0 | 0.25 | 0.41 | 0.72 | 22.76 | 0.26 | 0.22 |
| Hex | 47 | 35 | 2A | 0 | 19 | 29 | 48 | 17 | 1A | 16 |
| Octal | 107 | 65 | 52 | 0 | 31 | 51 | 110 | 27 | 32 | 26 |
| Binary | 1000111 | 110101 | 101010 | 0 | 11001 | 101001 | 1001000 | 10111 | 11010 | 10110 |
Color Harmonies of #47352A
Complementary color
Monochromatic Colors of #47352A
Black with #47352A
Text Example
Text Example
White with #47352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47352A; }
p { color: rgb(71,53,42); }
H1.HeaderClassName
{
color: #47352A;
}
.AnyTagClassName
{
color: #47352A;
}
</style>
background-color css
<style>
a { background-color: #47352A; }
a { background-color: rgb(71,53,42); }
div.DivClassName
{
background-color: #47352A;
}
.BgClassName
{
background-color: #47352A;
}
</style>
border-color css
<style>
span { border-color: #47352A; }
span { border-color: rgb(71,53,42); }
td.TdClassName
{
border-color: #47352A;
}
.TagClassName
{
border-color: #47352A;
}
</style>