Shades of Madras #413C00
Tints of Madras #413C00
RGB
CMYK
RGB Variations
Color information
#413C00 (or 0x413C00) is known color: Madras. HEX triplet: 41, 3C and 00. RGB value is (65,60,0). Sum of RGB (Red+Green+Blue) = 65+60+0=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C00 is #BEC3FF. Grayscale: #363636. Windows color (decimal): -12502016 or 15425. OLE color: 15425.
HSL color Cylindrical-coordinate representation of color #413C00: hue angle of 55.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #413C00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.75 |
| HSL | 55.38º | 1% | 0.13% | - |
| HSV(B) | 55.38º | 1% | 0.25% | - |
| XYZ | 3.8 | 4.36 | 0.64 | - |
| YUV | 54.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 0 | 0 | 0.08 | 1 | 0.75 | 55.38 | 1 | 0.13 |
| Hex | 41 | 3C | 0 | 0 | 8 | 64 | 4B | 37 | 64 | D |
| Octal | 101 | 74 | 0 | 0 | 10 | 144 | 113 | 67 | 144 | 15 |
| Binary | 1000001 | 111100 | 0 | 0 | 1000 | 1100100 | 1001011 | 110111 | 1100100 | 1101 |
Color Harmonies of #413C00
Complementary color
Monochromatic Colors of #413C00
Black with #413C00
Text Example
Text Example
White with #413C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C00; }
p { color: rgb(65,60,0); }
H1.HeaderClassName
{
color: #413C00;
}
.AnyTagClassName
{
color: #413C00;
}
</style>
background-color css
<style>
a { background-color: #413C00; }
a { background-color: rgb(65,60,0); }
div.DivClassName
{
background-color: #413C00;
}
.BgClassName
{
background-color: #413C00;
}
</style>
border-color css
<style>
span { border-color: #413C00; }
span { border-color: rgb(65,60,0); }
td.TdClassName
{
border-color: #413C00;
}
.TagClassName
{
border-color: #413C00;
}
</style>