Shades of Madras #483F0F
Tints of Madras #483F0F
RGB
CMYK
RGB Variations
Color information
#483F0F (or 0x483F0F) is known color: Madras. HEX triplet: 48, 3F and 0F. RGB value is (72,63,15). Sum of RGB (Red+Green+Blue) = 72+63+15=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F0F is #B7C0F0. Grayscale: #3C3C3C. Windows color (decimal): -12042481 or 999240. OLE color: 999240.
HSL color Cylindrical-coordinate representation of color #483F0F: hue angle of 50.53º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #483F0F is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 15 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.72 |
| HSL | 50.53º | 0.66% | 0.17% | - |
| HSV(B) | 50.53º | 0.79% | 0.28% | - |
| XYZ | 4.54 | 4.97 | 1.17 | - |
| YUV | 60.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 15 | 0 | 0.12 | 0.79 | 0.72 | 50.53 | 0.66 | 0.17 |
| Hex | 48 | 3F | F | 0 | C | 4F | 48 | 33 | 42 | 11 |
| Octal | 110 | 77 | 17 | 0 | 14 | 117 | 110 | 63 | 102 | 21 |
| Binary | 1001000 | 111111 | 1111 | 0 | 1100 | 1001111 | 1001000 | 110011 | 1000010 | 10001 |
Color Harmonies of #483F0F
Complementary color
Monochromatic Colors of #483F0F
Black with #483F0F
Text Example
Text Example
White with #483F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F0F; }
p { color: rgb(72,63,15); }
H1.HeaderClassName
{
color: #483F0F;
}
.AnyTagClassName
{
color: #483F0F;
}
</style>
background-color css
<style>
a { background-color: #483F0F; }
a { background-color: rgb(72,63,15); }
div.DivClassName
{
background-color: #483F0F;
}
.BgClassName
{
background-color: #483F0F;
}
</style>
border-color css
<style>
span { border-color: #483F0F; }
span { border-color: rgb(72,63,15); }
td.TdClassName
{
border-color: #483F0F;
}
.TagClassName
{
border-color: #483F0F;
}
</style>