Shades of Madras #483C00
Tints of Madras #483C00
RGB
CMYK
RGB Variations
Color information
#483C00 (or 0x483C00) is known color: Madras. HEX triplet: 48, 3C and 00. RGB value is (72,60,0). Sum of RGB (Red+Green+Blue) = 72+60+0=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C00 is #B7C3FF. Grayscale: #393939. Windows color (decimal): -12043264 or 15432. OLE color: 15432.
HSL color Cylindrical-coordinate representation of color #483C00: hue angle of 50º 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 #483C00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.72 |
| HSL | 50º | 1% | 0.14% | - |
| HSV(B) | 50º | 1% | 0.28% | - |
| XYZ | 4.29 | 4.61 | 0.66 | - |
| YUV | 56.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 0 | 0 | 0.17 | 1 | 0.72 | 50 | 1 | 0.14 |
| Hex | 48 | 3C | 0 | 0 | 11 | 64 | 48 | 32 | 64 | E |
| Octal | 110 | 74 | 0 | 0 | 21 | 144 | 110 | 62 | 144 | 16 |
| Binary | 1001000 | 111100 | 0 | 0 | 10001 | 1100100 | 1001000 | 110010 | 1100100 | 1110 |
Color Harmonies of #483C00
Complementary color
Monochromatic Colors of #483C00
Black with #483C00
Text Example
Text Example
White with #483C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C00; }
p { color: rgb(72,60,0); }
H1.HeaderClassName
{
color: #483C00;
}
.AnyTagClassName
{
color: #483C00;
}
</style>
background-color css
<style>
a { background-color: #483C00; }
a { background-color: rgb(72,60,0); }
div.DivClassName
{
background-color: #483C00;
}
.BgClassName
{
background-color: #483C00;
}
</style>
border-color css
<style>
span { border-color: #483C00; }
span { border-color: rgb(72,60,0); }
td.TdClassName
{
border-color: #483C00;
}
.TagClassName
{
border-color: #483C00;
}
</style>