Shades of Madras #483D0E
Tints of Madras #483D0E
RGB
CMYK
RGB Variations
Color information
#483D0E (or 0x483D0E) is known color: Madras. HEX triplet: 48, 3D and 0E. RGB value is (72,61,14). Sum of RGB (Red+Green+Blue) = 72+61+14=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D0E is #B7C2F1. Grayscale: #3B3B3B. Windows color (decimal): -12042994 or 933192. OLE color: 933192.
HSL color Cylindrical-coordinate representation of color #483D0E: hue angle of 48.62º 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 #483D0E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 14 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.72 |
| HSL | 48.62º | 0.67% | 0.17% | - |
| HSV(B) | 48.62º | 0.81% | 0.28% | - |
| XYZ | 4.42 | 4.75 | 1.1 | - |
| YUV | 58.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 14 | 0 | 0.15 | 0.81 | 0.72 | 48.62 | 0.67 | 0.17 |
| Hex | 48 | 3D | E | 0 | F | 51 | 48 | 31 | 43 | 11 |
| Octal | 110 | 75 | 16 | 0 | 17 | 121 | 110 | 61 | 103 | 21 |
| Binary | 1001000 | 111101 | 1110 | 0 | 1111 | 1010001 | 1001000 | 110001 | 1000011 | 10001 |
Color Harmonies of #483D0E
Complementary color
Monochromatic Colors of #483D0E
Black with #483D0E
Text Example
Text Example
White with #483D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D0E; }
p { color: rgb(72,61,14); }
H1.HeaderClassName
{
color: #483D0E;
}
.AnyTagClassName
{
color: #483D0E;
}
</style>
background-color css
<style>
a { background-color: #483D0E; }
a { background-color: rgb(72,61,14); }
div.DivClassName
{
background-color: #483D0E;
}
.BgClassName
{
background-color: #483D0E;
}
</style>
border-color css
<style>
span { border-color: #483D0E; }
span { border-color: rgb(72,61,14); }
td.TdClassName
{
border-color: #483D0E;
}
.TagClassName
{
border-color: #483D0E;
}
</style>