Shades of Madras #413C0C
Tints of Madras #413C0C
RGB
CMYK
RGB Variations
Color information
#413C0C (or 0x413C0C) is known color: Madras. HEX triplet: 41, 3C and 0C. RGB value is (65,60,12). Sum of RGB (Red+Green+Blue) = 65+60+12=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C0C is #BEC3F3. Grayscale: #383838. Windows color (decimal): -12502004 or 801857. OLE color: 801857.
HSL color Cylindrical-coordinate representation of color #413C0C: hue angle of 54.34º 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 #413C0C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 12 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.75 |
| HSL | 54.34º | 0.69% | 0.15% | - |
| HSV(B) | 54.34º | 0.82% | 0.25% | - |
| XYZ | 3.86 | 4.38 | 0.99 | - |
| YUV | 56.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 12 | 0 | 0.08 | 0.82 | 0.75 | 54.34 | 0.69 | 0.15 |
| Hex | 41 | 3C | C | 0 | 8 | 52 | 4B | 36 | 45 | F |
| Octal | 101 | 74 | 14 | 0 | 10 | 122 | 113 | 66 | 105 | 17 |
| Binary | 1000001 | 111100 | 1100 | 0 | 1000 | 1010010 | 1001011 | 110110 | 1000101 | 1111 |
Color Harmonies of #413C0C
Complementary color
Monochromatic Colors of #413C0C
Black with #413C0C
Text Example
Text Example
White with #413C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C0C; }
p { color: rgb(65,60,12); }
H1.HeaderClassName
{
color: #413C0C;
}
.AnyTagClassName
{
color: #413C0C;
}
</style>
background-color css
<style>
a { background-color: #413C0C; }
a { background-color: rgb(65,60,12); }
div.DivClassName
{
background-color: #413C0C;
}
.BgClassName
{
background-color: #413C0C;
}
</style>
border-color css
<style>
span { border-color: #413C0C; }
span { border-color: rgb(65,60,12); }
td.TdClassName
{
border-color: #413C0C;
}
.TagClassName
{
border-color: #413C0C;
}
</style>