Shades of Madras #504208
Tints of Madras #504208
RGB
CMYK
RGB Variations
Color information
#504208 (or 0x504208) is known color: Madras. HEX triplet: 50, 42 and 08. RGB value is (80,66,8). Sum of RGB (Red+Green+Blue) = 80+66+8=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504208 is #AFBDF7. Grayscale: #3F3F3F. Windows color (decimal): -11517432 or 541264. OLE color: 541264.
HSL color Cylindrical-coordinate representation of color #504208: hue angle of 48.33º 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 #504208 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 8 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.69 |
| HSL | 48.33º | 0.82% | 0.17% | - |
| HSV(B) | 48.33º | 0.9% | 0.31% | - |
| XYZ | 5.3 | 5.62 | 1.04 | - |
| YUV | 63.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 8 | 0 | 0.17 | 0.90 | 0.69 | 48.33 | 0.82 | 0.17 |
| Hex | 50 | 42 | 8 | 0 | 11 | 5A | 45 | 30 | 52 | 11 |
| Octal | 120 | 102 | 10 | 0 | 21 | 132 | 105 | 60 | 122 | 21 |
| Binary | 1010000 | 1000010 | 1000 | 0 | 10001 | 1011010 | 1000101 | 110000 | 1010010 | 10001 |
Color Harmonies of #504208
Complementary color
Monochromatic Colors of #504208
Black with #504208
Text Example
Text Example
White with #504208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504208; }
p { color: rgb(80,66,8); }
H1.HeaderClassName
{
color: #504208;
}
.AnyTagClassName
{
color: #504208;
}
</style>
background-color css
<style>
a { background-color: #504208; }
a { background-color: rgb(80,66,8); }
div.DivClassName
{
background-color: #504208;
}
.BgClassName
{
background-color: #504208;
}
</style>
border-color css
<style>
span { border-color: #504208; }
span { border-color: rgb(80,66,8); }
td.TdClassName
{
border-color: #504208;
}
.TagClassName
{
border-color: #504208;
}
</style>