Shades of Madras #483A11
Tints of Madras #483A11
RGB
CMYK
RGB Variations
Color information
#483A11 (or 0x483A11) is known color: Madras. HEX triplet: 48, 3A and 11. RGB value is (72,58,17). Sum of RGB (Red+Green+Blue) = 72+58+17=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A11 is #B7C5EE. Grayscale: #393939. Windows color (decimal): -12043759 or 1129032. OLE color: 1129032.
HSL color Cylindrical-coordinate representation of color #483A11: hue angle of 44.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483A11 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 17 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.72 |
| HSL | 44.73º | 0.62% | 0.17% | - |
| HSV(B) | 44.73º | 0.76% | 0.28% | - |
| XYZ | 4.29 | 4.44 | 1.16 | - |
| YUV | 57.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 17 | 0 | 0.19 | 0.76 | 0.72 | 44.73 | 0.62 | 0.17 |
| Hex | 48 | 3A | 11 | 0 | 13 | 4C | 48 | 2D | 3E | 11 |
| Octal | 110 | 72 | 21 | 0 | 23 | 114 | 110 | 55 | 76 | 21 |
| Binary | 1001000 | 111010 | 10001 | 0 | 10011 | 1001100 | 1001000 | 101101 | 111110 | 10001 |
Color Harmonies of #483A11
Complementary color
Monochromatic Colors of #483A11
Black with #483A11
Text Example
Text Example
White with #483A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A11; }
p { color: rgb(72,58,17); }
H1.HeaderClassName
{
color: #483A11;
}
.AnyTagClassName
{
color: #483A11;
}
</style>
background-color css
<style>
a { background-color: #483A11; }
a { background-color: rgb(72,58,17); }
div.DivClassName
{
background-color: #483A11;
}
.BgClassName
{
background-color: #483A11;
}
</style>
border-color css
<style>
span { border-color: #483A11; }
span { border-color: rgb(72,58,17); }
td.TdClassName
{
border-color: #483A11;
}
.TagClassName
{
border-color: #483A11;
}
</style>