Shades of Madras #403B17
Tints of Madras #403B17
RGB
CMYK
RGB Variations
Color information
#403B17 (or 0x403B17) is known color: Madras. HEX triplet: 40, 3B and 17. RGB value is (64,59,23). Sum of RGB (Red+Green+Blue) = 64+59+23=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B17 is #BFC4E8. Grayscale: #383838. Windows color (decimal): -12567785 or 1522496. OLE color: 1522496.
HSL color Cylindrical-coordinate representation of color #403B17: hue angle of 52.68º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403B17 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 23 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.75 |
| HSL | 52.68º | 0.47% | 0.17% | - |
| HSV(B) | 52.68º | 0.64% | 0.25% | - |
| XYZ | 3.83 | 4.28 | 1.43 | - |
| YUV | 56.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 23 | 0 | 0.08 | 0.64 | 0.75 | 52.68 | 0.47 | 0.17 |
| Hex | 40 | 3B | 17 | 0 | 8 | 40 | 4B | 35 | 2F | 11 |
| Octal | 100 | 73 | 27 | 0 | 10 | 100 | 113 | 65 | 57 | 21 |
| Binary | 1000000 | 111011 | 10111 | 0 | 1000 | 1000000 | 1001011 | 110101 | 101111 | 10001 |
Color Harmonies of #403B17
Complementary color
Monochromatic Colors of #403B17
Black with #403B17
Text Example
Text Example
White with #403B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B17; }
p { color: rgb(64,59,23); }
H1.HeaderClassName
{
color: #403B17;
}
.AnyTagClassName
{
color: #403B17;
}
</style>
background-color css
<style>
a { background-color: #403B17; }
a { background-color: rgb(64,59,23); }
div.DivClassName
{
background-color: #403B17;
}
.BgClassName
{
background-color: #403B17;
}
</style>
border-color css
<style>
span { border-color: #403B17; }
span { border-color: rgb(64,59,23); }
td.TdClassName
{
border-color: #403B17;
}
.TagClassName
{
border-color: #403B17;
}
</style>