Shades of Dark Rum #4A382B
Tints of Dark Rum #4A382B
RGB
CMYK
RGB Variations
Color information
#4A382B (or 0x4A382B) is known color: Dark Rum. HEX triplet: 4A, 38 and 2B. RGB value is (74,56,43). Sum of RGB (Red+Green+Blue) = 74+56+43=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A382B is #B5C7D4. Grayscale: #3B3B3B. Windows color (decimal): -11913173 or 2832458. OLE color: 2832458.
HSL color Cylindrical-coordinate representation of color #4A382B: hue angle of 25.16º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A382B is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 56 | 43 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.71 |
| HSL | 25.16º | 0.26% | 0.23% | - |
| HSV(B) | 25.16º | 0.42% | 0.29% | - |
| XYZ | 4.67 | 4.46 | 2.9 | - |
| YUV | 59.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 43 | 0 | 0.24 | 0.42 | 0.71 | 25.16 | 0.26 | 0.23 |
| Hex | 4A | 38 | 2B | 0 | 18 | 2A | 47 | 19 | 1A | 17 |
| Octal | 112 | 70 | 53 | 0 | 30 | 52 | 107 | 31 | 32 | 27 |
| Binary | 1001010 | 111000 | 101011 | 0 | 11000 | 101010 | 1000111 | 11001 | 11010 | 10111 |
Color Harmonies of #4A382B
Complementary color
Monochromatic Colors of #4A382B
Black with #4A382B
Text Example
Text Example
White with #4A382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A382B; }
p { color: rgb(74,56,43); }
H1.HeaderClassName
{
color: #4A382B;
}
.AnyTagClassName
{
color: #4A382B;
}
</style>
background-color css
<style>
a { background-color: #4A382B; }
a { background-color: rgb(74,56,43); }
div.DivClassName
{
background-color: #4A382B;
}
.BgClassName
{
background-color: #4A382B;
}
</style>
border-color css
<style>
span { border-color: #4A382B; }
span { border-color: rgb(74,56,43); }
td.TdClassName
{
border-color: #4A382B;
}
.TagClassName
{
border-color: #4A382B;
}
</style>