Shades of Madras #413B04
Tints of Madras #413B04
RGB
CMYK
RGB Variations
Color information
#413B04 (or 0x413B04) is known color: Madras. HEX triplet: 41, 3B and 04. RGB value is (65,59,4). Sum of RGB (Red+Green+Blue) = 65+59+4=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B04 is #BEC4FB. Grayscale: #363636. Windows color (decimal): -12502268 or 277313. OLE color: 277313.
HSL color Cylindrical-coordinate representation of color #413B04: hue angle of 54.1º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #413B04 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 4 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.75 |
| HSL | 54.1º | 0.88% | 0.14% | - |
| HSV(B) | 54.1º | 0.94% | 0.25% | - |
| XYZ | 3.77 | 4.26 | 0.74 | - |
| YUV | 54.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 4 | 0 | 0.09 | 0.94 | 0.75 | 54.1 | 0.88 | 0.14 |
| Hex | 41 | 3B | 4 | 0 | 9 | 5E | 4B | 36 | 58 | E |
| Octal | 101 | 73 | 4 | 0 | 11 | 136 | 113 | 66 | 130 | 16 |
| Binary | 1000001 | 111011 | 100 | 0 | 1001 | 1011110 | 1001011 | 110110 | 1011000 | 1110 |
Color Harmonies of #413B04
Complementary color
Monochromatic Colors of #413B04
Black with #413B04
Text Example
Text Example
White with #413B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B04; }
p { color: rgb(65,59,4); }
H1.HeaderClassName
{
color: #413B04;
}
.AnyTagClassName
{
color: #413B04;
}
</style>
background-color css
<style>
a { background-color: #413B04; }
a { background-color: rgb(65,59,4); }
div.DivClassName
{
background-color: #413B04;
}
.BgClassName
{
background-color: #413B04;
}
</style>
border-color css
<style>
span { border-color: #413B04; }
span { border-color: rgb(65,59,4); }
td.TdClassName
{
border-color: #413B04;
}
.TagClassName
{
border-color: #413B04;
}
</style>