Shades of Madras #403B23
Tints of Madras #403B23
RGB
CMYK
RGB Variations
Color information
#403B23 (or 0x403B23) is known color: Madras. HEX triplet: 40, 3B and 23. RGB value is (64,59,35). Sum of RGB (Red+Green+Blue) = 64+59+35=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #403B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B23 is #BFC4DC. Grayscale: #393939. Windows color (decimal): -12567773 or 2308928. OLE color: 2308928.
HSL color Cylindrical-coordinate representation of color #403B23: hue angle of 49.66º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403B23 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 35 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.75 |
| HSL | 49.66º | 0.29% | 0.19% | - |
| HSV(B) | 49.66º | 0.45% | 0.25% | - |
| XYZ | 3.98 | 4.34 | 2.22 | - |
| YUV | 57.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 35 | 0 | 0.08 | 0.45 | 0.75 | 49.66 | 0.29 | 0.19 |
| Hex | 40 | 3B | 23 | 0 | 8 | 2D | 4B | 32 | 1D | 13 |
| Octal | 100 | 73 | 43 | 0 | 10 | 55 | 113 | 62 | 35 | 23 |
| Binary | 1000000 | 111011 | 100011 | 0 | 1000 | 101101 | 1001011 | 110010 | 11101 | 10011 |
Color Harmonies of #403B23
Complementary color
Monochromatic Colors of #403B23
Black with #403B23
Text Example
Text Example
White with #403B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B23; }
p { color: rgb(64,59,35); }
H1.HeaderClassName
{
color: #403B23;
}
.AnyTagClassName
{
color: #403B23;
}
</style>
background-color css
<style>
a { background-color: #403B23; }
a { background-color: rgb(64,59,35); }
div.DivClassName
{
background-color: #403B23;
}
.BgClassName
{
background-color: #403B23;
}
</style>
border-color css
<style>
span { border-color: #403B23; }
span { border-color: rgb(64,59,35); }
td.TdClassName
{
border-color: #403B23;
}
.TagClassName
{
border-color: #403B23;
}
</style>