Shades of Madras #413C16
Tints of Madras #413C16
RGB
CMYK
RGB Variations
Color information
#413C16 (or 0x413C16) is known color: Madras. HEX triplet: 41, 3C and 16. RGB value is (65,60,22). Sum of RGB (Red+Green+Blue) = 65+60+22=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #413C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C16 is #BEC3E9. Grayscale: #393939. Windows color (decimal): -12501994 or 1457217. OLE color: 1457217.
HSL color Cylindrical-coordinate representation of color #413C16: hue angle of 53.02º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413C16 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 22 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.75 |
| HSL | 53.02º | 0.49% | 0.17% | - |
| HSV(B) | 53.02º | 0.66% | 0.25% | - |
| XYZ | 3.94 | 4.41 | 1.4 | - |
| YUV | 57.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 22 | 0 | 0.08 | 0.66 | 0.75 | 53.02 | 0.49 | 0.17 |
| Hex | 41 | 3C | 16 | 0 | 8 | 42 | 4B | 35 | 31 | 11 |
| Octal | 101 | 74 | 26 | 0 | 10 | 102 | 113 | 65 | 61 | 21 |
| Binary | 1000001 | 111100 | 10110 | 0 | 1000 | 1000010 | 1001011 | 110101 | 110001 | 10001 |
Color Harmonies of #413C16
Complementary color
Monochromatic Colors of #413C16
Black with #413C16
Text Example
Text Example
White with #413C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C16; }
p { color: rgb(65,60,22); }
H1.HeaderClassName
{
color: #413C16;
}
.AnyTagClassName
{
color: #413C16;
}
</style>
background-color css
<style>
a { background-color: #413C16; }
a { background-color: rgb(65,60,22); }
div.DivClassName
{
background-color: #413C16;
}
.BgClassName
{
background-color: #413C16;
}
</style>
border-color css
<style>
span { border-color: #413C16; }
span { border-color: rgb(65,60,22); }
td.TdClassName
{
border-color: #413C16;
}
.TagClassName
{
border-color: #413C16;
}
</style>