Shades of Madras #483C07
Tints of Madras #483C07
RGB
CMYK
RGB Variations
Color information
#483C07 (or 0x483C07) is known color: Madras. HEX triplet: 48, 3C and 07. RGB value is (72,60,7). Sum of RGB (Red+Green+Blue) = 72+60+7=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C07 is #B7C3F8. Grayscale: #393939. Windows color (decimal): -12043257 or 474184. OLE color: 474184.
HSL color Cylindrical-coordinate representation of color #483C07: hue angle of 48.92º 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 #483C07 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 7 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.72 |
| HSL | 48.92º | 0.82% | 0.15% | - |
| HSV(B) | 48.92º | 0.9% | 0.28% | - |
| XYZ | 4.33 | 4.62 | 0.87 | - |
| YUV | 57.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 7 | 0 | 0.17 | 0.90 | 0.72 | 48.92 | 0.82 | 0.15 |
| Hex | 48 | 3C | 7 | 0 | 11 | 5A | 48 | 31 | 52 | F |
| Octal | 110 | 74 | 7 | 0 | 21 | 132 | 110 | 61 | 122 | 17 |
| Binary | 1001000 | 111100 | 111 | 0 | 10001 | 1011010 | 1001000 | 110001 | 1010010 | 1111 |
Color Harmonies of #483C07
Complementary color
Monochromatic Colors of #483C07
Black with #483C07
Text Example
Text Example
White with #483C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C07; }
p { color: rgb(72,60,7); }
H1.HeaderClassName
{
color: #483C07;
}
.AnyTagClassName
{
color: #483C07;
}
</style>
background-color css
<style>
a { background-color: #483C07; }
a { background-color: rgb(72,60,7); }
div.DivClassName
{
background-color: #483C07;
}
.BgClassName
{
background-color: #483C07;
}
</style>
border-color css
<style>
span { border-color: #483C07; }
span { border-color: rgb(72,60,7); }
td.TdClassName
{
border-color: #483C07;
}
.TagClassName
{
border-color: #483C07;
}
</style>