Shades of Madras #483F04
Tints of Madras #483F04
RGB
CMYK
RGB Variations
Color information
#483F04 (or 0x483F04) is known color: Madras. HEX triplet: 48, 3F and 04. RGB value is (72,63,4). Sum of RGB (Red+Green+Blue) = 72+63+4=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F04 is #B7C0FB. Grayscale: #3B3B3B. Windows color (decimal): -12042492 or 278344. OLE color: 278344.
HSL color Cylindrical-coordinate representation of color #483F04: hue angle of 52.06º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #483F04 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 4 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.72 |
| HSL | 52.06º | 0.89% | 0.15% | - |
| HSV(B) | 52.06º | 0.94% | 0.28% | - |
| XYZ | 4.47 | 4.94 | 0.83 | - |
| YUV | 58.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 4 | 0 | 0.12 | 0.94 | 0.72 | 52.06 | 0.89 | 0.15 |
| Hex | 48 | 3F | 4 | 0 | C | 5E | 48 | 34 | 59 | F |
| Octal | 110 | 77 | 4 | 0 | 14 | 136 | 110 | 64 | 131 | 17 |
| Binary | 1001000 | 111111 | 100 | 0 | 1100 | 1011110 | 1001000 | 110100 | 1011001 | 1111 |
Color Harmonies of #483F04
Complementary color
Monochromatic Colors of #483F04
Black with #483F04
Text Example
Text Example
White with #483F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F04; }
p { color: rgb(72,63,4); }
H1.HeaderClassName
{
color: #483F04;
}
.AnyTagClassName
{
color: #483F04;
}
</style>
background-color css
<style>
a { background-color: #483F04; }
a { background-color: rgb(72,63,4); }
div.DivClassName
{
background-color: #483F04;
}
.BgClassName
{
background-color: #483F04;
}
</style>
border-color css
<style>
span { border-color: #483F04; }
span { border-color: rgb(72,63,4); }
td.TdClassName
{
border-color: #483F04;
}
.TagClassName
{
border-color: #483F04;
}
</style>