Shades of Dark Rum #4D3629
Tints of Dark Rum #4D3629
RGB
CMYK
RGB Variations
Color information
#4D3629 (or 0x4D3629) is known color: Dark Rum. HEX triplet: 4D, 36 and 29. RGB value is (77,54,41). Sum of RGB (Red+Green+Blue) = 77+54+41=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3629 is #B2C9D6. Grayscale: #3B3B3B. Windows color (decimal): -11717079 or 2700877. OLE color: 2700877.
HSL color Cylindrical-coordinate representation of color #4D3629: hue angle of 21.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3629 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 41 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.70 |
| HSL | 21.67º | 0.31% | 0.23% | - |
| HSV(B) | 21.67º | 0.47% | 0.3% | - |
| XYZ | 4.78 | 4.38 | 2.69 | - |
| YUV | 59.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 41 | 0 | 0.30 | 0.47 | 0.70 | 21.67 | 0.31 | 0.23 |
| Hex | 4D | 36 | 29 | 0 | 1E | 2F | 46 | 16 | 1F | 17 |
| Octal | 115 | 66 | 51 | 0 | 36 | 57 | 106 | 26 | 37 | 27 |
| Binary | 1001101 | 110110 | 101001 | 0 | 11110 | 101111 | 1000110 | 10110 | 11111 | 10111 |
Color Harmonies of #4D3629
Complementary color
Monochromatic Colors of #4D3629
Black with #4D3629
Text Example
Text Example
White with #4D3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3629; }
p { color: rgb(77,54,41); }
H1.HeaderClassName
{
color: #4D3629;
}
.AnyTagClassName
{
color: #4D3629;
}
</style>
background-color css
<style>
a { background-color: #4D3629; }
a { background-color: rgb(77,54,41); }
div.DivClassName
{
background-color: #4D3629;
}
.BgClassName
{
background-color: #4D3629;
}
</style>
border-color css
<style>
span { border-color: #4D3629; }
span { border-color: rgb(77,54,41); }
td.TdClassName
{
border-color: #4D3629;
}
.TagClassName
{
border-color: #4D3629;
}
</style>