Shades of Madras #403B0C
Tints of Madras #403B0C
RGB
CMYK
RGB Variations
Color information
#403B0C (or 0x403B0C) is known color: Madras. HEX triplet: 40, 3B and 0C. RGB value is (64,59,12). Sum of RGB (Red+Green+Blue) = 64+59+12=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B0C is #BFC4F3. Grayscale: #373737. Windows color (decimal): -12567796 or 801600. OLE color: 801600.
HSL color Cylindrical-coordinate representation of color #403B0C: hue angle of 54.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #403B0C is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 12 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.75 |
| HSL | 54.23º | 0.68% | 0.15% | - |
| HSV(B) | 54.23º | 0.81% | 0.25% | - |
| XYZ | 3.74 | 4.24 | 0.97 | - |
| YUV | 55.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 12 | 0 | 0.08 | 0.81 | 0.75 | 54.23 | 0.68 | 0.15 |
| Hex | 40 | 3B | C | 0 | 8 | 51 | 4B | 36 | 44 | F |
| Octal | 100 | 73 | 14 | 0 | 10 | 121 | 113 | 66 | 104 | 17 |
| Binary | 1000000 | 111011 | 1100 | 0 | 1000 | 1010001 | 1001011 | 110110 | 1000100 | 1111 |
Color Harmonies of #403B0C
Complementary color
Monochromatic Colors of #403B0C
Black with #403B0C
Text Example
Text Example
White with #403B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B0C; }
p { color: rgb(64,59,12); }
H1.HeaderClassName
{
color: #403B0C;
}
.AnyTagClassName
{
color: #403B0C;
}
</style>
background-color css
<style>
a { background-color: #403B0C; }
a { background-color: rgb(64,59,12); }
div.DivClassName
{
background-color: #403B0C;
}
.BgClassName
{
background-color: #403B0C;
}
</style>
border-color css
<style>
span { border-color: #403B0C; }
span { border-color: rgb(64,59,12); }
td.TdClassName
{
border-color: #403B0C;
}
.TagClassName
{
border-color: #403B0C;
}
</style>