Shades of Madras #413D12
Tints of Madras #413D12
RGB
CMYK
RGB Variations
Color information
#413D12 (or 0x413D12) is known color: Madras. HEX triplet: 41, 3D and 12. RGB value is (65,61,18). Sum of RGB (Red+Green+Blue) = 65+61+18=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D12 is #BEC2ED. Grayscale: #393939. Windows color (decimal): -12501742 or 1195329. OLE color: 1195329.
HSL color Cylindrical-coordinate representation of color #413D12: hue angle of 54.89º 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 #413D12 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 18 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.75 |
| HSL | 54.89º | 0.57% | 0.16% | - |
| HSV(B) | 54.89º | 0.72% | 0.25% | - |
| XYZ | 3.96 | 4.5 | 1.23 | - |
| YUV | 57.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 18 | 0 | 0.06 | 0.72 | 0.75 | 54.89 | 0.57 | 0.16 |
| Hex | 41 | 3D | 12 | 0 | 6 | 48 | 4B | 37 | 39 | 10 |
| Octal | 101 | 75 | 22 | 0 | 6 | 110 | 113 | 67 | 71 | 20 |
| Binary | 1000001 | 111101 | 10010 | 0 | 110 | 1001000 | 1001011 | 110111 | 111001 | 10000 |
Color Harmonies of #413D12
Complementary color
Monochromatic Colors of #413D12
Black with #413D12
Text Example
Text Example
White with #413D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D12; }
p { color: rgb(65,61,18); }
H1.HeaderClassName
{
color: #413D12;
}
.AnyTagClassName
{
color: #413D12;
}
</style>
background-color css
<style>
a { background-color: #413D12; }
a { background-color: rgb(65,61,18); }
div.DivClassName
{
background-color: #413D12;
}
.BgClassName
{
background-color: #413D12;
}
</style>
border-color css
<style>
span { border-color: #413D12; }
span { border-color: rgb(65,61,18); }
td.TdClassName
{
border-color: #413D12;
}
.TagClassName
{
border-color: #413D12;
}
</style>