Shades of Madras #513D18
Tints of Madras #513D18
RGB
CMYK
RGB Variations
Color information
#513D18 (or 0x513D18) is known color: Madras. HEX triplet: 51, 3D and 18. RGB value is (81,61,24). Sum of RGB (Red+Green+Blue) = 81+61+24=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D18 is #AEC2E7. Grayscale: #3E3E3E. Windows color (decimal): -11453160 or 1588561. OLE color: 1588561.
HSL color Cylindrical-coordinate representation of color #513D18: hue angle of 38.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513D18 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 24 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.68 |
| HSL | 38.95º | 0.54% | 0.21% | - |
| HSV(B) | 38.95º | 0.7% | 0.32% | - |
| XYZ | 5.23 | 5.15 | 1.58 | - |
| YUV | 62.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 24 | 0 | 0.25 | 0.70 | 0.68 | 38.95 | 0.54 | 0.21 |
| Hex | 51 | 3D | 18 | 0 | 19 | 46 | 44 | 27 | 36 | 15 |
| Octal | 121 | 75 | 30 | 0 | 31 | 106 | 104 | 47 | 66 | 25 |
| Binary | 1010001 | 111101 | 11000 | 0 | 11001 | 1000110 | 1000100 | 100111 | 110110 | 10101 |
Color Harmonies of #513D18
Complementary color
Monochromatic Colors of #513D18
Black with #513D18
Text Example
Text Example
White with #513D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D18; }
p { color: rgb(81,61,24); }
H1.HeaderClassName
{
color: #513D18;
}
.AnyTagClassName
{
color: #513D18;
}
</style>
background-color css
<style>
a { background-color: #513D18; }
a { background-color: rgb(81,61,24); }
div.DivClassName
{
background-color: #513D18;
}
.BgClassName
{
background-color: #513D18;
}
</style>
border-color css
<style>
span { border-color: #513D18; }
span { border-color: rgb(81,61,24); }
td.TdClassName
{
border-color: #513D18;
}
.TagClassName
{
border-color: #513D18;
}
</style>