Shades of Dark Rum #4A372A
Tints of Dark Rum #4A372A
RGB
CMYK
RGB Variations
Color information
#4A372A (or 0x4A372A) is known color: Dark Rum. HEX triplet: 4A, 37 and 2A. RGB value is (74,55,42). Sum of RGB (Red+Green+Blue) = 74+55+42=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A372A is #B5C8D5. Grayscale: #3B3B3B. Windows color (decimal): -11913430 or 2766666. OLE color: 2766666.
HSL color Cylindrical-coordinate representation of color #4A372A: hue angle of 24.38º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A372A is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 55 | 42 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.71 |
| HSL | 24.38º | 0.28% | 0.23% | - |
| HSV(B) | 24.38º | 0.43% | 0.29% | - |
| XYZ | 4.61 | 4.36 | 2.79 | - |
| YUV | 59.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 42 | 0 | 0.26 | 0.43 | 0.71 | 24.38 | 0.28 | 0.23 |
| Hex | 4A | 37 | 2A | 0 | 1A | 2B | 47 | 18 | 1C | 17 |
| Octal | 112 | 67 | 52 | 0 | 32 | 53 | 107 | 30 | 34 | 27 |
| Binary | 1001010 | 110111 | 101010 | 0 | 11010 | 101011 | 1000111 | 11000 | 11100 | 10111 |
Color Harmonies of #4A372A
Complementary color
Monochromatic Colors of #4A372A
Black with #4A372A
Text Example
Text Example
White with #4A372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A372A; }
p { color: rgb(74,55,42); }
H1.HeaderClassName
{
color: #4A372A;
}
.AnyTagClassName
{
color: #4A372A;
}
</style>
background-color css
<style>
a { background-color: #4A372A; }
a { background-color: rgb(74,55,42); }
div.DivClassName
{
background-color: #4A372A;
}
.BgClassName
{
background-color: #4A372A;
}
</style>
border-color css
<style>
span { border-color: #4A372A; }
span { border-color: rgb(74,55,42); }
td.TdClassName
{
border-color: #4A372A;
}
.TagClassName
{
border-color: #4A372A;
}
</style>