Shades of Madras #413A0C
Tints of Madras #413A0C
RGB
CMYK
RGB Variations
Color information
#413A0C (or 0x413A0C) is known color: Madras. HEX triplet: 41, 3A and 0C. RGB value is (65,58,12). Sum of RGB (Red+Green+Blue) = 65+58+12=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A0C is #BEC5F3. Grayscale: #373737. Windows color (decimal): -12502516 or 801345. OLE color: 801345.
HSL color Cylindrical-coordinate representation of color #413A0C: hue angle of 52.08º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #413A0C is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 12 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.75 |
| HSL | 52.08º | 0.69% | 0.15% | - |
| HSV(B) | 52.08º | 0.82% | 0.25% | - |
| XYZ | 3.76 | 4.18 | 0.96 | - |
| YUV | 54.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 12 | 0 | 0.11 | 0.82 | 0.75 | 52.08 | 0.69 | 0.15 |
| Hex | 41 | 3A | C | 0 | B | 52 | 4B | 34 | 45 | F |
| Octal | 101 | 72 | 14 | 0 | 13 | 122 | 113 | 64 | 105 | 17 |
| Binary | 1000001 | 111010 | 1100 | 0 | 1011 | 1010010 | 1001011 | 110100 | 1000101 | 1111 |
Color Harmonies of #413A0C
Complementary color
Monochromatic Colors of #413A0C
Black with #413A0C
Text Example
Text Example
White with #413A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A0C; }
p { color: rgb(65,58,12); }
H1.HeaderClassName
{
color: #413A0C;
}
.AnyTagClassName
{
color: #413A0C;
}
</style>
background-color css
<style>
a { background-color: #413A0C; }
a { background-color: rgb(65,58,12); }
div.DivClassName
{
background-color: #413A0C;
}
.BgClassName
{
background-color: #413A0C;
}
</style>
border-color css
<style>
span { border-color: #413A0C; }
span { border-color: rgb(65,58,12); }
td.TdClassName
{
border-color: #413A0C;
}
.TagClassName
{
border-color: #413A0C;
}
</style>