Shades of Madras #483F08
Tints of Madras #483F08
RGB
CMYK
RGB Variations
Color information
#483F08 (or 0x483F08) is known color: Madras. HEX triplet: 48, 3F and 08. RGB value is (72,63,8). Sum of RGB (Red+Green+Blue) = 72+63+8=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F08 is #B7C0F7. Grayscale: #3B3B3B. Windows color (decimal): -12042488 or 540488. OLE color: 540488.
HSL color Cylindrical-coordinate representation of color #483F08: hue angle of 51.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #483F08 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 8 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.72 |
| HSL | 51.56º | 0.8% | 0.16% | - |
| HSV(B) | 51.56º | 0.89% | 0.28% | - |
| XYZ | 4.49 | 4.95 | 0.95 | - |
| YUV | 59.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 8 | 0 | 0.12 | 0.89 | 0.72 | 51.56 | 0.8 | 0.16 |
| Hex | 48 | 3F | 8 | 0 | C | 59 | 48 | 34 | 50 | 10 |
| Octal | 110 | 77 | 10 | 0 | 14 | 131 | 110 | 64 | 120 | 20 |
| Binary | 1001000 | 111111 | 1000 | 0 | 1100 | 1011001 | 1001000 | 110100 | 1010000 | 10000 |
Color Harmonies of #483F08
Complementary color
Monochromatic Colors of #483F08
Black with #483F08
Text Example
Text Example
White with #483F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F08; }
p { color: rgb(72,63,8); }
H1.HeaderClassName
{
color: #483F08;
}
.AnyTagClassName
{
color: #483F08;
}
</style>
background-color css
<style>
a { background-color: #483F08; }
a { background-color: rgb(72,63,8); }
div.DivClassName
{
background-color: #483F08;
}
.BgClassName
{
background-color: #483F08;
}
</style>
border-color css
<style>
span { border-color: #483F08; }
span { border-color: rgb(72,63,8); }
td.TdClassName
{
border-color: #483F08;
}
.TagClassName
{
border-color: #483F08;
}
</style>