Shades of Madras #483C1B
Tints of Madras #483C1B
RGB
CMYK
RGB Variations
Color information
#483C1B (or 0x483C1B) is known color: Madras. HEX triplet: 48, 3C and 1B. RGB value is (72,60,27). Sum of RGB (Red+Green+Blue) = 72+60+27=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C1B is #B7C3E4. Grayscale: #3B3B3B. Windows color (decimal): -12043237 or 1784904. OLE color: 1784904.
HSL color Cylindrical-coordinate representation of color #483C1B: hue angle of 44º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483C1B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 27 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.72 |
| HSL | 44º | 0.45% | 0.19% | - |
| HSV(B) | 44º | 0.63% | 0.28% | - |
| XYZ | 4.49 | 4.69 | 1.71 | - |
| YUV | 59.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 27 | 0 | 0.17 | 0.62 | 0.72 | 44 | 0.45 | 0.19 |
| Hex | 48 | 3C | 1B | 0 | 11 | 3E | 48 | 2C | 2D | 13 |
| Octal | 110 | 74 | 33 | 0 | 21 | 76 | 110 | 54 | 55 | 23 |
| Binary | 1001000 | 111100 | 11011 | 0 | 10001 | 111110 | 1001000 | 101100 | 101101 | 10011 |
Color Harmonies of #483C1B
Complementary color
Monochromatic Colors of #483C1B
Black with #483C1B
Text Example
Text Example
White with #483C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C1B; }
p { color: rgb(72,60,27); }
H1.HeaderClassName
{
color: #483C1B;
}
.AnyTagClassName
{
color: #483C1B;
}
</style>
background-color css
<style>
a { background-color: #483C1B; }
a { background-color: rgb(72,60,27); }
div.DivClassName
{
background-color: #483C1B;
}
.BgClassName
{
background-color: #483C1B;
}
</style>
border-color css
<style>
span { border-color: #483C1B; }
span { border-color: rgb(72,60,27); }
td.TdClassName
{
border-color: #483C1B;
}
.TagClassName
{
border-color: #483C1B;
}
</style>