Shades of Madras #3D3918
Tints of Madras #3D3918
RGB
CMYK
RGB Variations
Color information
#3D3918 (or 0x3D3918) is known color: Madras. HEX triplet: 3D, 39 and 18. RGB value is (61,57,24). Sum of RGB (Red+Green+Blue) = 61+57+24=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3918 is #C2C6E7. Grayscale: #363636. Windows color (decimal): -12764904 or 1587517. OLE color: 1587517.
HSL color Cylindrical-coordinate representation of color #3D3918: hue angle of 53.51º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3918 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 24 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.76 |
| HSL | 53.51º | 0.44% | 0.17% | - |
| HSV(B) | 53.51º | 0.61% | 0.24% | - |
| XYZ | 3.55 | 3.98 | 1.45 | - |
| YUV | 54.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 24 | 0 | 0.07 | 0.61 | 0.76 | 53.51 | 0.44 | 0.17 |
| Hex | 3D | 39 | 18 | 0 | 7 | 3D | 4C | 36 | 2C | 11 |
| Octal | 75 | 71 | 30 | 0 | 7 | 75 | 114 | 66 | 54 | 21 |
| Binary | 111101 | 111001 | 11000 | 0 | 111 | 111101 | 1001100 | 110110 | 101100 | 10001 |
Color Harmonies of #3D3918
Complementary color
Monochromatic Colors of #3D3918
Black with #3D3918
Text Example
Text Example
White with #3D3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3918; }
p { color: rgb(61,57,24); }
H1.HeaderClassName
{
color: #3D3918;
}
.AnyTagClassName
{
color: #3D3918;
}
</style>
background-color css
<style>
a { background-color: #3D3918; }
a { background-color: rgb(61,57,24); }
div.DivClassName
{
background-color: #3D3918;
}
.BgClassName
{
background-color: #3D3918;
}
</style>
border-color css
<style>
span { border-color: #3D3918; }
span { border-color: rgb(61,57,24); }
td.TdClassName
{
border-color: #3D3918;
}
.TagClassName
{
border-color: #3D3918;
}
</style>