Shades of Madras #483C17
Tints of Madras #483C17
RGB
CMYK
RGB Variations
Color information
#483C17 (or 0x483C17) is known color: Madras. HEX triplet: 48, 3C and 17. RGB value is (72,60,23). Sum of RGB (Red+Green+Blue) = 72+60+23=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C17 is #B7C3E8. Grayscale: #3B3B3B. Windows color (decimal): -12043241 or 1522760. OLE color: 1522760.
HSL color Cylindrical-coordinate representation of color #483C17: hue angle of 45.31º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483C17 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 23 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.72 |
| HSL | 45.31º | 0.52% | 0.19% | - |
| HSV(B) | 45.31º | 0.68% | 0.28% | - |
| XYZ | 4.44 | 4.67 | 1.48 | - |
| YUV | 59.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 23 | 0 | 0.17 | 0.68 | 0.72 | 45.31 | 0.52 | 0.19 |
| Hex | 48 | 3C | 17 | 0 | 11 | 44 | 48 | 2D | 34 | 13 |
| Octal | 110 | 74 | 27 | 0 | 21 | 104 | 110 | 55 | 64 | 23 |
| Binary | 1001000 | 111100 | 10111 | 0 | 10001 | 1000100 | 1001000 | 101101 | 110100 | 10011 |
Color Harmonies of #483C17
Complementary color
Monochromatic Colors of #483C17
Black with #483C17
Text Example
Text Example
White with #483C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C17; }
p { color: rgb(72,60,23); }
H1.HeaderClassName
{
color: #483C17;
}
.AnyTagClassName
{
color: #483C17;
}
</style>
background-color css
<style>
a { background-color: #483C17; }
a { background-color: rgb(72,60,23); }
div.DivClassName
{
background-color: #483C17;
}
.BgClassName
{
background-color: #483C17;
}
</style>
border-color css
<style>
span { border-color: #483C17; }
span { border-color: rgb(72,60,23); }
td.TdClassName
{
border-color: #483C17;
}
.TagClassName
{
border-color: #483C17;
}
</style>