Shades of Madras #484213
Tints of Madras #484213
RGB
CMYK
RGB Variations
Color information
#484213 (or 0x484213) is known color: Madras. HEX triplet: 48, 42 and 13. RGB value is (72,66,19). Sum of RGB (Red+Green+Blue) = 72+66+19=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484213 is #B7BDEC. Grayscale: #3E3E3E. Windows color (decimal): -12041709 or 1262152. OLE color: 1262152.
HSL color Cylindrical-coordinate representation of color #484213: hue angle of 53.21º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #484213 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 19 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.72 |
| HSL | 53.21º | 0.58% | 0.18% | - |
| HSV(B) | 53.21º | 0.74% | 0.28% | - |
| XYZ | 4.74 | 5.32 | 1.39 | - |
| YUV | 62.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 19 | 0 | 0.08 | 0.74 | 0.72 | 53.21 | 0.58 | 0.18 |
| Hex | 48 | 42 | 13 | 0 | 8 | 4A | 48 | 35 | 3A | 12 |
| Octal | 110 | 102 | 23 | 0 | 10 | 112 | 110 | 65 | 72 | 22 |
| Binary | 1001000 | 1000010 | 10011 | 0 | 1000 | 1001010 | 1001000 | 110101 | 111010 | 10010 |
Color Harmonies of #484213
Complementary color
Monochromatic Colors of #484213
Black with #484213
Text Example
Text Example
White with #484213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484213; }
p { color: rgb(72,66,19); }
H1.HeaderClassName
{
color: #484213;
}
.AnyTagClassName
{
color: #484213;
}
</style>
background-color css
<style>
a { background-color: #484213; }
a { background-color: rgb(72,66,19); }
div.DivClassName
{
background-color: #484213;
}
.BgClassName
{
background-color: #484213;
}
</style>
border-color css
<style>
span { border-color: #484213; }
span { border-color: rgb(72,66,19); }
td.TdClassName
{
border-color: #484213;
}
.TagClassName
{
border-color: #484213;
}
</style>