Shades of Dark Rum #4B3529
Tints of Dark Rum #4B3529
RGB
CMYK
RGB Variations
Color information
#4B3529 (or 0x4B3529) is known color: Dark Rum. HEX triplet: 4B, 35 and 29. RGB value is (75,53,41). Sum of RGB (Red+Green+Blue) = 75+53+41=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3529 is #B4CAD6. Grayscale: #3A3A3A. Windows color (decimal): -11848407 or 2700619. OLE color: 2700619.
HSL color Cylindrical-coordinate representation of color #4B3529: hue angle of 21.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3529 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 53 | 41 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.71 |
| HSL | 21.18º | 0.29% | 0.23% | - |
| HSV(B) | 21.18º | 0.45% | 0.29% | - |
| XYZ | 4.57 | 4.2 | 2.67 | - |
| YUV | 58.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 41 | 0 | 0.29 | 0.45 | 0.71 | 21.18 | 0.29 | 0.23 |
| Hex | 4B | 35 | 29 | 0 | 1D | 2D | 47 | 15 | 1D | 17 |
| Octal | 113 | 65 | 51 | 0 | 35 | 55 | 107 | 25 | 35 | 27 |
| Binary | 1001011 | 110101 | 101001 | 0 | 11101 | 101101 | 1000111 | 10101 | 11101 | 10111 |
Color Harmonies of #4B3529
Complementary color
Monochromatic Colors of #4B3529
Black with #4B3529
Text Example
Text Example
White with #4B3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3529; }
p { color: rgb(75,53,41); }
H1.HeaderClassName
{
color: #4B3529;
}
.AnyTagClassName
{
color: #4B3529;
}
</style>
background-color css
<style>
a { background-color: #4B3529; }
a { background-color: rgb(75,53,41); }
div.DivClassName
{
background-color: #4B3529;
}
.BgClassName
{
background-color: #4B3529;
}
</style>
border-color css
<style>
span { border-color: #4B3529; }
span { border-color: rgb(75,53,41); }
td.TdClassName
{
border-color: #4B3529;
}
.TagClassName
{
border-color: #4B3529;
}
</style>