Shades of Madras #413F0C
Tints of Madras #413F0C
RGB
CMYK
RGB Variations
Color information
#413F0C (or 0x413F0C) is known color: Madras. HEX triplet: 41, 3F and 0C. RGB value is (65,63,12). Sum of RGB (Red+Green+Blue) = 65+63+12=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F0C is #BEC0F3. Grayscale: #393939. Windows color (decimal): -12501236 or 802625. OLE color: 802625.
HSL color Cylindrical-coordinate representation of color #413F0C: hue angle of 57.74º 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 #413F0C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 12 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.75 |
| HSL | 57.74º | 0.69% | 0.15% | - |
| HSV(B) | 57.74º | 0.82% | 0.25% | - |
| XYZ | 4.02 | 4.71 | 1.04 | - |
| YUV | 57.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 12 | 0 | 0.03 | 0.82 | 0.75 | 57.74 | 0.69 | 0.15 |
| Hex | 41 | 3F | C | 0 | 3 | 52 | 4B | 3A | 45 | F |
| Octal | 101 | 77 | 14 | 0 | 3 | 122 | 113 | 72 | 105 | 17 |
| Binary | 1000001 | 111111 | 1100 | 0 | 11 | 1010010 | 1001011 | 111010 | 1000101 | 1111 |
Color Harmonies of #413F0C
Complementary color
Monochromatic Colors of #413F0C
Black with #413F0C
Text Example
Text Example
White with #413F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F0C; }
p { color: rgb(65,63,12); }
H1.HeaderClassName
{
color: #413F0C;
}
.AnyTagClassName
{
color: #413F0C;
}
</style>
background-color css
<style>
a { background-color: #413F0C; }
a { background-color: rgb(65,63,12); }
div.DivClassName
{
background-color: #413F0C;
}
.BgClassName
{
background-color: #413F0C;
}
</style>
border-color css
<style>
span { border-color: #413F0C; }
span { border-color: rgb(65,63,12); }
td.TdClassName
{
border-color: #413F0C;
}
.TagClassName
{
border-color: #413F0C;
}
</style>