Shades of Madras #483D1F
Tints of Madras #483D1F
RGB
CMYK
RGB Variations
Color information
#483D1F (or 0x483D1F) is known color: Madras. HEX triplet: 48, 3D and 1F. RGB value is (72,61,31). Sum of RGB (Red+Green+Blue) = 72+61+31=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D1F is #B7C2E0. Grayscale: #3C3C3C. Windows color (decimal): -12042977 or 2047304. OLE color: 2047304.
HSL color Cylindrical-coordinate representation of color #483D1F: hue angle of 43.9º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #483D1F is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 31 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.72 |
| HSL | 43.9º | 0.4% | 0.2% | - |
| HSV(B) | 43.9º | 0.57% | 0.28% | - |
| XYZ | 4.59 | 4.81 | 1.98 | - |
| YUV | 60.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 31 | 0 | 0.15 | 0.57 | 0.72 | 43.9 | 0.4 | 0.2 |
| Hex | 48 | 3D | 1F | 0 | F | 39 | 48 | 2C | 28 | 14 |
| Octal | 110 | 75 | 37 | 0 | 17 | 71 | 110 | 54 | 50 | 24 |
| Binary | 1001000 | 111101 | 11111 | 0 | 1111 | 111001 | 1001000 | 101100 | 101000 | 10100 |
Color Harmonies of #483D1F
Complementary color
Monochromatic Colors of #483D1F
Black with #483D1F
Text Example
Text Example
White with #483D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D1F; }
p { color: rgb(72,61,31); }
H1.HeaderClassName
{
color: #483D1F;
}
.AnyTagClassName
{
color: #483D1F;
}
</style>
background-color css
<style>
a { background-color: #483D1F; }
a { background-color: rgb(72,61,31); }
div.DivClassName
{
background-color: #483D1F;
}
.BgClassName
{
background-color: #483D1F;
}
</style>
border-color css
<style>
span { border-color: #483D1F; }
span { border-color: rgb(72,61,31); }
td.TdClassName
{
border-color: #483D1F;
}
.TagClassName
{
border-color: #483D1F;
}
</style>