Shades of Madras #483D1D
Tints of Madras #483D1D
RGB
CMYK
RGB Variations
Color information
#483D1D (or 0x483D1D) is known color: Madras. HEX triplet: 48, 3D and 1D. RGB value is (72,61,29). Sum of RGB (Red+Green+Blue) = 72+61+29=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D1D is #B7C2E2. Grayscale: #3C3C3C. Windows color (decimal): -12042979 or 1916232. OLE color: 1916232.
HSL color Cylindrical-coordinate representation of color #483D1D: hue angle of 44.65º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483D1D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 29 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.72 |
| HSL | 44.65º | 0.43% | 0.2% | - |
| HSV(B) | 44.65º | 0.6% | 0.28% | - |
| XYZ | 4.56 | 4.8 | 1.85 | - |
| YUV | 60.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 29 | 0 | 0.15 | 0.60 | 0.72 | 44.65 | 0.43 | 0.2 |
| Hex | 48 | 3D | 1D | 0 | F | 3C | 48 | 2D | 2B | 14 |
| Octal | 110 | 75 | 35 | 0 | 17 | 74 | 110 | 55 | 53 | 24 |
| Binary | 1001000 | 111101 | 11101 | 0 | 1111 | 111100 | 1001000 | 101101 | 101011 | 10100 |
Color Harmonies of #483D1D
Complementary color
Monochromatic Colors of #483D1D
Black with #483D1D
Text Example
Text Example
White with #483D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D1D; }
p { color: rgb(72,61,29); }
H1.HeaderClassName
{
color: #483D1D;
}
.AnyTagClassName
{
color: #483D1D;
}
</style>
background-color css
<style>
a { background-color: #483D1D; }
a { background-color: rgb(72,61,29); }
div.DivClassName
{
background-color: #483D1D;
}
.BgClassName
{
background-color: #483D1D;
}
</style>
border-color css
<style>
span { border-color: #483D1D; }
span { border-color: rgb(72,61,29); }
td.TdClassName
{
border-color: #483D1D;
}
.TagClassName
{
border-color: #483D1D;
}
</style>