Shades of Madras #413A12
Tints of Madras #413A12
RGB
CMYK
RGB Variations
Color information
#413A12 (or 0x413A12) is known color: Madras. HEX triplet: 41, 3A and 12. RGB value is (65,58,18). Sum of RGB (Red+Green+Blue) = 65+58+18=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A12 is #BEC5ED. Grayscale: #373737. Windows color (decimal): -12502510 or 1194561. OLE color: 1194561.
HSL color Cylindrical-coordinate representation of color #413A12: hue angle of 51.06º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413A12 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 18 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.75 |
| HSL | 51.06º | 0.57% | 0.16% | - |
| HSV(B) | 51.06º | 0.72% | 0.25% | - |
| XYZ | 3.8 | 4.19 | 1.18 | - |
| YUV | 55.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 18 | 0 | 0.11 | 0.72 | 0.75 | 51.06 | 0.57 | 0.16 |
| Hex | 41 | 3A | 12 | 0 | B | 48 | 4B | 33 | 39 | 10 |
| Octal | 101 | 72 | 22 | 0 | 13 | 110 | 113 | 63 | 71 | 20 |
| Binary | 1000001 | 111010 | 10010 | 0 | 1011 | 1001000 | 1001011 | 110011 | 111001 | 10000 |
Color Harmonies of #413A12
Complementary color
Monochromatic Colors of #413A12
Black with #413A12
Text Example
Text Example
White with #413A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A12; }
p { color: rgb(65,58,18); }
H1.HeaderClassName
{
color: #413A12;
}
.AnyTagClassName
{
color: #413A12;
}
</style>
background-color css
<style>
a { background-color: #413A12; }
a { background-color: rgb(65,58,18); }
div.DivClassName
{
background-color: #413A12;
}
.BgClassName
{
background-color: #413A12;
}
</style>
border-color css
<style>
span { border-color: #413A12; }
span { border-color: rgb(65,58,18); }
td.TdClassName
{
border-color: #413A12;
}
.TagClassName
{
border-color: #413A12;
}
</style>