Shades of Madras #483F00
Tints of Madras #483F00
RGB
CMYK
RGB Variations
Color information
#483F00 (or 0x483F00) is known color: Madras. HEX triplet: 48, 3F and 00. RGB value is (72,63,0). Sum of RGB (Red+Green+Blue) = 72+63+0=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F00 is #B7C0FF. Grayscale: #3A3A3A. Windows color (decimal): -12042496 or 16200. OLE color: 16200.
HSL color Cylindrical-coordinate representation of color #483F00: hue angle of 52.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #483F00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.72 |
| HSL | 52.5º | 1% | 0.14% | - |
| HSV(B) | 52.5º | 1% | 0.28% | - |
| XYZ | 4.45 | 4.93 | 0.72 | - |
| YUV | 58.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 0 | 0 | 0.12 | 1 | 0.72 | 52.5 | 1 | 0.14 |
| Hex | 48 | 3F | 0 | 0 | C | 64 | 48 | 34 | 64 | E |
| Octal | 110 | 77 | 0 | 0 | 14 | 144 | 110 | 64 | 144 | 16 |
| Binary | 1001000 | 111111 | 0 | 0 | 1100 | 1100100 | 1001000 | 110100 | 1100100 | 1110 |
Color Harmonies of #483F00
Complementary color
Monochromatic Colors of #483F00
Black with #483F00
Text Example
Text Example
White with #483F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F00; }
p { color: rgb(72,63,0); }
H1.HeaderClassName
{
color: #483F00;
}
.AnyTagClassName
{
color: #483F00;
}
</style>
background-color css
<style>
a { background-color: #483F00; }
a { background-color: rgb(72,63,0); }
div.DivClassName
{
background-color: #483F00;
}
.BgClassName
{
background-color: #483F00;
}
</style>
border-color css
<style>
span { border-color: #483F00; }
span { border-color: rgb(72,63,0); }
td.TdClassName
{
border-color: #483F00;
}
.TagClassName
{
border-color: #483F00;
}
</style>