Shades of Madras #483E10
Tints of Madras #483E10
RGB
CMYK
RGB Variations
Color information
#483E10 (or 0x483E10) is known color: Madras. HEX triplet: 48, 3E and 10. RGB value is (72,62,16). Sum of RGB (Red+Green+Blue) = 72+62+16=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E10 is #B7C1EF. Grayscale: #3B3B3B. Windows color (decimal): -12042736 or 1064520. OLE color: 1064520.
HSL color Cylindrical-coordinate representation of color #483E10: hue angle of 49.29º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #483E10 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 16 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.72 |
| HSL | 49.29º | 0.64% | 0.17% | - |
| HSV(B) | 49.29º | 0.78% | 0.28% | - |
| XYZ | 4.49 | 4.86 | 1.19 | - |
| YUV | 59.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 16 | 0 | 0.14 | 0.78 | 0.72 | 49.29 | 0.64 | 0.17 |
| Hex | 48 | 3E | 10 | 0 | E | 4E | 48 | 31 | 40 | 11 |
| Octal | 110 | 76 | 20 | 0 | 16 | 116 | 110 | 61 | 100 | 21 |
| Binary | 1001000 | 111110 | 10000 | 0 | 1110 | 1001110 | 1001000 | 110001 | 1000000 | 10001 |
Color Harmonies of #483E10
Complementary color
Monochromatic Colors of #483E10
Black with #483E10
Text Example
Text Example
White with #483E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E10; }
p { color: rgb(72,62,16); }
H1.HeaderClassName
{
color: #483E10;
}
.AnyTagClassName
{
color: #483E10;
}
</style>
background-color css
<style>
a { background-color: #483E10; }
a { background-color: rgb(72,62,16); }
div.DivClassName
{
background-color: #483E10;
}
.BgClassName
{
background-color: #483E10;
}
</style>
border-color css
<style>
span { border-color: #483E10; }
span { border-color: rgb(72,62,16); }
td.TdClassName
{
border-color: #483E10;
}
.TagClassName
{
border-color: #483E10;
}
</style>