Shades of Madras #403B03
Tints of Madras #403B03
RGB
CMYK
RGB Variations
Color information
#403B03 (or 0x403B03) is known color: Madras. HEX triplet: 40, 3B and 03. RGB value is (64,59,3). Sum of RGB (Red+Green+Blue) = 64+59+3=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B03 is #BFC4FC. Grayscale: #363636. Windows color (decimal): -12567805 or 211776. OLE color: 211776.
HSL color Cylindrical-coordinate representation of color #403B03: hue angle of 55.08º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #403B03 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 3 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.75 |
| HSL | 55.08º | 0.91% | 0.13% | - |
| HSV(B) | 55.08º | 0.95% | 0.25% | - |
| XYZ | 3.69 | 4.22 | 0.71 | - |
| YUV | 54.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 3 | 0 | 0.08 | 0.95 | 0.75 | 55.08 | 0.91 | 0.13 |
| Hex | 40 | 3B | 3 | 0 | 8 | 5F | 4B | 37 | 5B | D |
| Octal | 100 | 73 | 3 | 0 | 10 | 137 | 113 | 67 | 133 | 15 |
| Binary | 1000000 | 111011 | 11 | 0 | 1000 | 1011111 | 1001011 | 110111 | 1011011 | 1101 |
Color Harmonies of #403B03
Complementary color
Monochromatic Colors of #403B03
Black with #403B03
Text Example
Text Example
White with #403B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B03; }
p { color: rgb(64,59,3); }
H1.HeaderClassName
{
color: #403B03;
}
.AnyTagClassName
{
color: #403B03;
}
</style>
background-color css
<style>
a { background-color: #403B03; }
a { background-color: rgb(64,59,3); }
div.DivClassName
{
background-color: #403B03;
}
.BgClassName
{
background-color: #403B03;
}
</style>
border-color css
<style>
span { border-color: #403B03; }
span { border-color: rgb(64,59,3); }
td.TdClassName
{
border-color: #403B03;
}
.TagClassName
{
border-color: #403B03;
}
</style>