Shades of Madras #483F0E
Tints of Madras #483F0E
RGB
CMYK
RGB Variations
Color information
#483F0E (or 0x483F0E) is known color: Madras. HEX triplet: 48, 3F and 0E. RGB value is (72,63,14). Sum of RGB (Red+Green+Blue) = 72+63+14=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F0E is #B7C0F1. Grayscale: #3C3C3C. Windows color (decimal): -12042482 or 933704. OLE color: 933704.
HSL color Cylindrical-coordinate representation of color #483F0E: hue angle of 50.69º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #483F0E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 14 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.72 |
| HSL | 50.69º | 0.67% | 0.17% | - |
| HSV(B) | 50.69º | 0.81% | 0.28% | - |
| XYZ | 4.53 | 4.96 | 1.13 | - |
| YUV | 60.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 14 | 0 | 0.12 | 0.81 | 0.72 | 50.69 | 0.67 | 0.17 |
| Hex | 48 | 3F | E | 0 | C | 51 | 48 | 33 | 43 | 11 |
| Octal | 110 | 77 | 16 | 0 | 14 | 121 | 110 | 63 | 103 | 21 |
| Binary | 1001000 | 111111 | 1110 | 0 | 1100 | 1010001 | 1001000 | 110011 | 1000011 | 10001 |
Color Harmonies of #483F0E
Complementary color
Monochromatic Colors of #483F0E
Black with #483F0E
Text Example
Text Example
White with #483F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F0E; }
p { color: rgb(72,63,14); }
H1.HeaderClassName
{
color: #483F0E;
}
.AnyTagClassName
{
color: #483F0E;
}
</style>
background-color css
<style>
a { background-color: #483F0E; }
a { background-color: rgb(72,63,14); }
div.DivClassName
{
background-color: #483F0E;
}
.BgClassName
{
background-color: #483F0E;
}
</style>
border-color css
<style>
span { border-color: #483F0E; }
span { border-color: rgb(72,63,14); }
td.TdClassName
{
border-color: #483F0E;
}
.TagClassName
{
border-color: #483F0E;
}
</style>