Shades of Madras #403B00
Tints of Madras #403B00
RGB
CMYK
RGB Variations
Color information
#403B00 (or 0x403B00) is known color: Madras. HEX triplet: 40, 3B and 00. RGB value is (64,59,0). Sum of RGB (Red+Green+Blue) = 64+59+0=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B00 is #BFC4FF. Grayscale: #363636. Windows color (decimal): -12567808 or 15168. OLE color: 15168.
HSL color Cylindrical-coordinate representation of color #403B00: hue angle of 55.31º 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 #403B00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.75 |
| HSL | 55.31º | 1% | 0.13% | - |
| HSV(B) | 55.31º | 1% | 0.25% | - |
| XYZ | 3.68 | 4.22 | 0.62 | - |
| YUV | 53.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 0 | 0 | 0.08 | 1 | 0.75 | 55.31 | 1 | 0.13 |
| Hex | 40 | 3B | 0 | 0 | 8 | 64 | 4B | 37 | 64 | D |
| Octal | 100 | 73 | 0 | 0 | 10 | 144 | 113 | 67 | 144 | 15 |
| Binary | 1000000 | 111011 | 0 | 0 | 1000 | 1100100 | 1001011 | 110111 | 1100100 | 1101 |
Color Harmonies of #403B00
Complementary color
Monochromatic Colors of #403B00
Black with #403B00
Text Example
Text Example
White with #403B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B00; }
p { color: rgb(64,59,0); }
H1.HeaderClassName
{
color: #403B00;
}
.AnyTagClassName
{
color: #403B00;
}
</style>
background-color css
<style>
a { background-color: #403B00; }
a { background-color: rgb(64,59,0); }
div.DivClassName
{
background-color: #403B00;
}
.BgClassName
{
background-color: #403B00;
}
</style>
border-color css
<style>
span { border-color: #403B00; }
span { border-color: rgb(64,59,0); }
td.TdClassName
{
border-color: #403B00;
}
.TagClassName
{
border-color: #403B00;
}
</style>