Shades of Madras #483F07
Tints of Madras #483F07
RGB
CMYK
RGB Variations
Color information
#483F07 (or 0x483F07) is known color: Madras. HEX triplet: 48, 3F and 07. RGB value is (72,63,7). Sum of RGB (Red+Green+Blue) = 72+63+7=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F07 is #B7C0F8. Grayscale: #3B3B3B. Windows color (decimal): -12042489 or 474952. OLE color: 474952.
HSL color Cylindrical-coordinate representation of color #483F07: hue angle of 51.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483F07 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 7 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.72 |
| HSL | 51.69º | 0.82% | 0.15% | - |
| HSV(B) | 51.69º | 0.9% | 0.28% | - |
| XYZ | 4.49 | 4.95 | 0.92 | - |
| YUV | 59.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 7 | 0 | 0.12 | 0.90 | 0.72 | 51.69 | 0.82 | 0.15 |
| Hex | 48 | 3F | 7 | 0 | C | 5A | 48 | 34 | 52 | F |
| Octal | 110 | 77 | 7 | 0 | 14 | 132 | 110 | 64 | 122 | 17 |
| Binary | 1001000 | 111111 | 111 | 0 | 1100 | 1011010 | 1001000 | 110100 | 1010010 | 1111 |
Color Harmonies of #483F07
Complementary color
Monochromatic Colors of #483F07
Black with #483F07
Text Example
Text Example
White with #483F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F07; }
p { color: rgb(72,63,7); }
H1.HeaderClassName
{
color: #483F07;
}
.AnyTagClassName
{
color: #483F07;
}
</style>
background-color css
<style>
a { background-color: #483F07; }
a { background-color: rgb(72,63,7); }
div.DivClassName
{
background-color: #483F07;
}
.BgClassName
{
background-color: #483F07;
}
</style>
border-color css
<style>
span { border-color: #483F07; }
span { border-color: rgb(72,63,7); }
td.TdClassName
{
border-color: #483F07;
}
.TagClassName
{
border-color: #483F07;
}
</style>