Shades of Madras #483D17
Tints of Madras #483D17
RGB
CMYK
RGB Variations
Color information
#483D17 (or 0x483D17) is known color: Madras. HEX triplet: 48, 3D and 17. RGB value is (72,61,23). Sum of RGB (Red+Green+Blue) = 72+61+23=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D17 is #B7C2E8. Grayscale: #3C3C3C. Windows color (decimal): -12042985 or 1523016. OLE color: 1523016.
HSL color Cylindrical-coordinate representation of color #483D17: hue angle of 46.53º 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 #483D17 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 23 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.72 |
| HSL | 46.53º | 0.52% | 0.19% | - |
| HSV(B) | 46.53º | 0.68% | 0.28% | - |
| XYZ | 4.5 | 4.78 | 1.5 | - |
| YUV | 59.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 23 | 0 | 0.15 | 0.68 | 0.72 | 46.53 | 0.52 | 0.19 |
| Hex | 48 | 3D | 17 | 0 | F | 44 | 48 | 2F | 34 | 13 |
| Octal | 110 | 75 | 27 | 0 | 17 | 104 | 110 | 57 | 64 | 23 |
| Binary | 1001000 | 111101 | 10111 | 0 | 1111 | 1000100 | 1001000 | 101111 | 110100 | 10011 |
Color Harmonies of #483D17
Complementary color
Monochromatic Colors of #483D17
Black with #483D17
Text Example
Text Example
White with #483D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D17; }
p { color: rgb(72,61,23); }
H1.HeaderClassName
{
color: #483D17;
}
.AnyTagClassName
{
color: #483D17;
}
</style>
background-color css
<style>
a { background-color: #483D17; }
a { background-color: rgb(72,61,23); }
div.DivClassName
{
background-color: #483D17;
}
.BgClassName
{
background-color: #483D17;
}
</style>
border-color css
<style>
span { border-color: #483D17; }
span { border-color: rgb(72,61,23); }
td.TdClassName
{
border-color: #483D17;
}
.TagClassName
{
border-color: #483D17;
}
</style>