Shades of Madras #403B08
Tints of Madras #403B08
RGB
CMYK
RGB Variations
Color information
#403B08 (or 0x403B08) is known color: Madras. HEX triplet: 40, 3B and 08. RGB value is (64,59,8). Sum of RGB (Red+Green+Blue) = 64+59+8=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B08 is #BFC4F7. Grayscale: #363636. Windows color (decimal): -12567800 or 539456. OLE color: 539456.
HSL color Cylindrical-coordinate representation of color #403B08: hue angle of 54.64º 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 #403B08 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 8 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.75 |
| HSL | 54.64º | 0.78% | 0.14% | - |
| HSV(B) | 54.64º | 0.88% | 0.25% | - |
| XYZ | 3.72 | 4.24 | 0.85 | - |
| YUV | 54.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 8 | 0 | 0.08 | 0.87 | 0.75 | 54.64 | 0.78 | 0.14 |
| Hex | 40 | 3B | 8 | 0 | 8 | 57 | 4B | 37 | 4E | E |
| Octal | 100 | 73 | 10 | 0 | 10 | 127 | 113 | 67 | 116 | 16 |
| Binary | 1000000 | 111011 | 1000 | 0 | 1000 | 1010111 | 1001011 | 110111 | 1001110 | 1110 |
Color Harmonies of #403B08
Complementary color
Monochromatic Colors of #403B08
Black with #403B08
Text Example
Text Example
White with #403B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B08; }
p { color: rgb(64,59,8); }
H1.HeaderClassName
{
color: #403B08;
}
.AnyTagClassName
{
color: #403B08;
}
</style>
background-color css
<style>
a { background-color: #403B08; }
a { background-color: rgb(64,59,8); }
div.DivClassName
{
background-color: #403B08;
}
.BgClassName
{
background-color: #403B08;
}
</style>
border-color css
<style>
span { border-color: #403B08; }
span { border-color: rgb(64,59,8); }
td.TdClassName
{
border-color: #403B08;
}
.TagClassName
{
border-color: #403B08;
}
</style>