Shades of Madras #403A08
Tints of Madras #403A08
RGB
CMYK
RGB Variations
Color information
#403A08 (or 0x403A08) is known color: Madras. HEX triplet: 40, 3A and 08. RGB value is (64,58,8). Sum of RGB (Red+Green+Blue) = 64+58+8=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #403A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A08 is #BFC5F7. Grayscale: #363636. Windows color (decimal): -12568056 or 539200. OLE color: 539200.
HSL color Cylindrical-coordinate representation of color #403A08: hue angle of 53.57º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #403A08 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 8 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.75 |
| HSL | 53.57º | 0.78% | 0.14% | - |
| HSV(B) | 53.57º | 0.88% | 0.25% | - |
| XYZ | 3.67 | 4.13 | 0.83 | - |
| YUV | 54.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 8 | 0 | 0.09 | 0.87 | 0.75 | 53.57 | 0.78 | 0.14 |
| Hex | 40 | 3A | 8 | 0 | 9 | 57 | 4B | 36 | 4E | E |
| Octal | 100 | 72 | 10 | 0 | 11 | 127 | 113 | 66 | 116 | 16 |
| Binary | 1000000 | 111010 | 1000 | 0 | 1001 | 1010111 | 1001011 | 110110 | 1001110 | 1110 |
Color Harmonies of #403A08
Complementary color
Monochromatic Colors of #403A08
Black with #403A08
Text Example
Text Example
White with #403A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A08; }
p { color: rgb(64,58,8); }
H1.HeaderClassName
{
color: #403A08;
}
.AnyTagClassName
{
color: #403A08;
}
</style>
background-color css
<style>
a { background-color: #403A08; }
a { background-color: rgb(64,58,8); }
div.DivClassName
{
background-color: #403A08;
}
.BgClassName
{
background-color: #403A08;
}
</style>
border-color css
<style>
span { border-color: #403A08; }
span { border-color: rgb(64,58,8); }
td.TdClassName
{
border-color: #403A08;
}
.TagClassName
{
border-color: #403A08;
}
</style>