Shades of Madras #403B07
Tints of Madras #403B07
RGB
CMYK
RGB Variations
Color information
#403B07 (or 0x403B07) is known color: Madras. HEX triplet: 40, 3B and 07. RGB value is (64,59,7). Sum of RGB (Red+Green+Blue) = 64+59+7=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #403B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B07 is #BFC4F8. Grayscale: #363636. Windows color (decimal): -12567801 or 473920. OLE color: 473920.
HSL color Cylindrical-coordinate representation of color #403B07: hue angle of 54.74º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #403B07 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 7 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.75 |
| HSL | 54.74º | 0.8% | 0.14% | - |
| HSV(B) | 54.74º | 0.89% | 0.25% | - |
| XYZ | 3.72 | 4.23 | 0.82 | - |
| YUV | 54.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 7 | 0 | 0.08 | 0.89 | 0.75 | 54.74 | 0.8 | 0.14 |
| Hex | 40 | 3B | 7 | 0 | 8 | 59 | 4B | 37 | 50 | E |
| Octal | 100 | 73 | 7 | 0 | 10 | 131 | 113 | 67 | 120 | 16 |
| Binary | 1000000 | 111011 | 111 | 0 | 1000 | 1011001 | 1001011 | 110111 | 1010000 | 1110 |
Color Harmonies of #403B07
Complementary color
Monochromatic Colors of #403B07
Black with #403B07
Text Example
Text Example
White with #403B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B07; }
p { color: rgb(64,59,7); }
H1.HeaderClassName
{
color: #403B07;
}
.AnyTagClassName
{
color: #403B07;
}
</style>
background-color css
<style>
a { background-color: #403B07; }
a { background-color: rgb(64,59,7); }
div.DivClassName
{
background-color: #403B07;
}
.BgClassName
{
background-color: #403B07;
}
</style>
border-color css
<style>
span { border-color: #403B07; }
span { border-color: rgb(64,59,7); }
td.TdClassName
{
border-color: #403B07;
}
.TagClassName
{
border-color: #403B07;
}
</style>