Shades of Madras #483E17
Tints of Madras #483E17
RGB
CMYK
RGB Variations
Color information
#483E17 (or 0x483E17) is known color: Madras. HEX triplet: 48, 3E and 17. RGB value is (72,62,23). Sum of RGB (Red+Green+Blue) = 72+62+23=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E17 is #B7C1E8. Grayscale: #3C3C3C. Windows color (decimal): -12042729 or 1523272. OLE color: 1523272.
HSL color Cylindrical-coordinate representation of color #483E17: hue angle of 47.76º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483E17 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 23 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.72 |
| HSL | 47.76º | 0.52% | 0.19% | - |
| HSV(B) | 47.76º | 0.68% | 0.28% | - |
| XYZ | 4.55 | 4.88 | 1.51 | - |
| YUV | 60.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 23 | 0 | 0.14 | 0.68 | 0.72 | 47.76 | 0.52 | 0.19 |
| Hex | 48 | 3E | 17 | 0 | E | 44 | 48 | 30 | 34 | 13 |
| Octal | 110 | 76 | 27 | 0 | 16 | 104 | 110 | 60 | 64 | 23 |
| Binary | 1001000 | 111110 | 10111 | 0 | 1110 | 1000100 | 1001000 | 110000 | 110100 | 10011 |
Color Harmonies of #483E17
Complementary color
Monochromatic Colors of #483E17
Black with #483E17
Text Example
Text Example
White with #483E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E17; }
p { color: rgb(72,62,23); }
H1.HeaderClassName
{
color: #483E17;
}
.AnyTagClassName
{
color: #483E17;
}
</style>
background-color css
<style>
a { background-color: #483E17; }
a { background-color: rgb(72,62,23); }
div.DivClassName
{
background-color: #483E17;
}
.BgClassName
{
background-color: #483E17;
}
</style>
border-color css
<style>
span { border-color: #483E17; }
span { border-color: rgb(72,62,23); }
td.TdClassName
{
border-color: #483E17;
}
.TagClassName
{
border-color: #483E17;
}
</style>