Shades of Madras #483D27
Tints of Madras #483D27
RGB
CMYK
RGB Variations
Color information
#483D27 (or 0x483D27) is known color: Madras. HEX triplet: 48, 3D and 27. RGB value is (72,61,39). Sum of RGB (Red+Green+Blue) = 72+61+39=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D27 is #B7C2D8. Grayscale: #3D3D3D. Windows color (decimal): -12042969 or 2571592. OLE color: 2571592.
HSL color Cylindrical-coordinate representation of color #483D27: hue angle of 40º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483D27 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 39 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.72 |
| HSL | 40º | 0.3% | 0.22% | - |
| HSV(B) | 40º | 0.46% | 0.28% | - |
| XYZ | 4.71 | 4.86 | 2.61 | - |
| YUV | 61.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 39 | 0 | 0.15 | 0.46 | 0.72 | 40 | 0.3 | 0.22 |
| Hex | 48 | 3D | 27 | 0 | F | 2E | 48 | 28 | 1E | 16 |
| Octal | 110 | 75 | 47 | 0 | 17 | 56 | 110 | 50 | 36 | 26 |
| Binary | 1001000 | 111101 | 100111 | 0 | 1111 | 101110 | 1001000 | 101000 | 11110 | 10110 |
Color Harmonies of #483D27
Complementary color
Monochromatic Colors of #483D27
Black with #483D27
Text Example
Text Example
White with #483D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D27; }
p { color: rgb(72,61,39); }
H1.HeaderClassName
{
color: #483D27;
}
.AnyTagClassName
{
color: #483D27;
}
</style>
background-color css
<style>
a { background-color: #483D27; }
a { background-color: rgb(72,61,39); }
div.DivClassName
{
background-color: #483D27;
}
.BgClassName
{
background-color: #483D27;
}
</style>
border-color css
<style>
span { border-color: #483D27; }
span { border-color: rgb(72,61,39); }
td.TdClassName
{
border-color: #483D27;
}
.TagClassName
{
border-color: #483D27;
}
</style>