Shades of Dark Rum #4B3528
Tints of Dark Rum #4B3528
RGB
CMYK
RGB Variations
Color information
#4B3528 (or 0x4B3528) is known color: Dark Rum. HEX triplet: 4B, 35 and 28. RGB value is (75,53,40). Sum of RGB (Red+Green+Blue) = 75+53+40=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3528 is #B4CAD7. Grayscale: #3A3A3A. Windows color (decimal): -11848408 or 2635083. OLE color: 2635083.
HSL color Cylindrical-coordinate representation of color #4B3528: hue angle of 22.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3528 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 53 | 40 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.71 |
| HSL | 22.29º | 0.3% | 0.23% | - |
| HSV(B) | 22.29º | 0.47% | 0.29% | - |
| XYZ | 4.56 | 4.2 | 2.58 | - |
| YUV | 58.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 40 | 0 | 0.29 | 0.47 | 0.71 | 22.29 | 0.3 | 0.23 |
| Hex | 4B | 35 | 28 | 0 | 1D | 2F | 47 | 16 | 1E | 17 |
| Octal | 113 | 65 | 50 | 0 | 35 | 57 | 107 | 26 | 36 | 27 |
| Binary | 1001011 | 110101 | 101000 | 0 | 11101 | 101111 | 1000111 | 10110 | 11110 | 10111 |
Color Harmonies of #4B3528
Complementary color
Monochromatic Colors of #4B3528
Black with #4B3528
Text Example
Text Example
White with #4B3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3528; }
p { color: rgb(75,53,40); }
H1.HeaderClassName
{
color: #4B3528;
}
.AnyTagClassName
{
color: #4B3528;
}
</style>
background-color css
<style>
a { background-color: #4B3528; }
a { background-color: rgb(75,53,40); }
div.DivClassName
{
background-color: #4B3528;
}
.BgClassName
{
background-color: #4B3528;
}
</style>
border-color css
<style>
span { border-color: #4B3528; }
span { border-color: rgb(75,53,40); }
td.TdClassName
{
border-color: #4B3528;
}
.TagClassName
{
border-color: #4B3528;
}
</style>