Shades of Madras #503B08
Tints of Madras #503B08
RGB
CMYK
RGB Variations
Color information
#503B08 (or 0x503B08) is known color: Madras. HEX triplet: 50, 3B and 08. RGB value is (80,59,8). Sum of RGB (Red+Green+Blue) = 80+59+8=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #503B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B08 is #AFC4F7. Grayscale: #3B3B3B. Windows color (decimal): -11519224 or 539472. OLE color: 539472.
HSL color Cylindrical-coordinate representation of color #503B08: hue angle of 42.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #503B08 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 8 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.69 |
| HSL | 42.5º | 0.82% | 0.17% | - |
| HSV(B) | 42.5º | 0.9% | 0.31% | - |
| XYZ | 4.92 | 4.85 | 0.91 | - |
| YUV | 59.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 8 | 0 | 0.26 | 0.90 | 0.69 | 42.5 | 0.82 | 0.17 |
| Hex | 50 | 3B | 8 | 0 | 1A | 5A | 45 | 2A | 52 | 11 |
| Octal | 120 | 73 | 10 | 0 | 32 | 132 | 105 | 52 | 122 | 21 |
| Binary | 1010000 | 111011 | 1000 | 0 | 11010 | 1011010 | 1000101 | 101010 | 1010010 | 10001 |
Color Harmonies of #503B08
Complementary color
Monochromatic Colors of #503B08
Black with #503B08
Text Example
Text Example
White with #503B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B08; }
p { color: rgb(80,59,8); }
H1.HeaderClassName
{
color: #503B08;
}
.AnyTagClassName
{
color: #503B08;
}
</style>
background-color css
<style>
a { background-color: #503B08; }
a { background-color: rgb(80,59,8); }
div.DivClassName
{
background-color: #503B08;
}
.BgClassName
{
background-color: #503B08;
}
</style>
border-color css
<style>
span { border-color: #503B08; }
span { border-color: rgb(80,59,8); }
td.TdClassName
{
border-color: #503B08;
}
.TagClassName
{
border-color: #503B08;
}
</style>