Shades of Madras #483F09
Tints of Madras #483F09
RGB
CMYK
RGB Variations
Color information
#483F09 (or 0x483F09) is known color: Madras. HEX triplet: 48, 3F and 09. RGB value is (72,63,9). Sum of RGB (Red+Green+Blue) = 72+63+9=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F09 is #B7C0F6. Grayscale: #3B3B3B. Windows color (decimal): -12042487 or 606024. OLE color: 606024.
HSL color Cylindrical-coordinate representation of color #483F09: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #483F09 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 9 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.72 |
| HSL | 51.43º | 0.78% | 0.16% | - |
| HSV(B) | 51.43º | 0.88% | 0.28% | - |
| XYZ | 4.5 | 4.95 | 0.98 | - |
| YUV | 59.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 9 | 0 | 0.12 | 0.88 | 0.72 | 51.43 | 0.78 | 0.16 |
| Hex | 48 | 3F | 9 | 0 | C | 58 | 48 | 33 | 4E | 10 |
| Octal | 110 | 77 | 11 | 0 | 14 | 130 | 110 | 63 | 116 | 20 |
| Binary | 1001000 | 111111 | 1001 | 0 | 1100 | 1011000 | 1001000 | 110011 | 1001110 | 10000 |
Color Harmonies of #483F09
Complementary color
Monochromatic Colors of #483F09
Black with #483F09
Text Example
Text Example
White with #483F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F09; }
p { color: rgb(72,63,9); }
H1.HeaderClassName
{
color: #483F09;
}
.AnyTagClassName
{
color: #483F09;
}
</style>
background-color css
<style>
a { background-color: #483F09; }
a { background-color: rgb(72,63,9); }
div.DivClassName
{
background-color: #483F09;
}
.BgClassName
{
background-color: #483F09;
}
</style>
border-color css
<style>
span { border-color: #483F09; }
span { border-color: rgb(72,63,9); }
td.TdClassName
{
border-color: #483F09;
}
.TagClassName
{
border-color: #483F09;
}
</style>