Shades of Madras #483D0F
Tints of Madras #483D0F
RGB
CMYK
RGB Variations
Color information
#483D0F (or 0x483D0F) is known color: Madras. HEX triplet: 48, 3D and 0F. RGB value is (72,61,15). Sum of RGB (Red+Green+Blue) = 72+61+15=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D0F is #B7C2F0. Grayscale: #3B3B3B. Windows color (decimal): -12042993 or 998728. OLE color: 998728.
HSL color Cylindrical-coordinate representation of color #483D0F: hue angle of 48.42º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #483D0F is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 15 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.72 |
| HSL | 48.42º | 0.66% | 0.17% | - |
| HSV(B) | 48.42º | 0.79% | 0.28% | - |
| XYZ | 4.43 | 4.75 | 1.14 | - |
| YUV | 59.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 15 | 0 | 0.15 | 0.79 | 0.72 | 48.42 | 0.66 | 0.17 |
| Hex | 48 | 3D | F | 0 | F | 4F | 48 | 30 | 42 | 11 |
| Octal | 110 | 75 | 17 | 0 | 17 | 117 | 110 | 60 | 102 | 21 |
| Binary | 1001000 | 111101 | 1111 | 0 | 1111 | 1001111 | 1001000 | 110000 | 1000010 | 10001 |
Color Harmonies of #483D0F
Complementary color
Monochromatic Colors of #483D0F
Black with #483D0F
Text Example
Text Example
White with #483D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D0F; }
p { color: rgb(72,61,15); }
H1.HeaderClassName
{
color: #483D0F;
}
.AnyTagClassName
{
color: #483D0F;
}
</style>
background-color css
<style>
a { background-color: #483D0F; }
a { background-color: rgb(72,61,15); }
div.DivClassName
{
background-color: #483D0F;
}
.BgClassName
{
background-color: #483D0F;
}
</style>
border-color css
<style>
span { border-color: #483D0F; }
span { border-color: rgb(72,61,15); }
td.TdClassName
{
border-color: #483D0F;
}
.TagClassName
{
border-color: #483D0F;
}
</style>