Shades of Madras #484319
Tints of Madras #484319
RGB
CMYK
RGB Variations
Color information
#484319 (or 0x484319) is known color: Madras. HEX triplet: 48, 43 and 19. RGB value is (72,67,25). Sum of RGB (Red+Green+Blue) = 72+67+25=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #484319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484319 is #B7BCE6. Grayscale: #3F3F3F. Windows color (decimal): -12041447 or 1655624. OLE color: 1655624.
HSL color Cylindrical-coordinate representation of color #484319: hue angle of 53.62º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484319 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 25 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.72 |
| HSL | 53.62º | 0.48% | 0.19% | - |
| HSV(B) | 53.62º | 0.65% | 0.28% | - |
| XYZ | 4.86 | 5.46 | 1.72 | - |
| YUV | 63.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 25 | 0 | 0.07 | 0.65 | 0.72 | 53.62 | 0.48 | 0.19 |
| Hex | 48 | 43 | 19 | 0 | 7 | 41 | 48 | 36 | 30 | 13 |
| Octal | 110 | 103 | 31 | 0 | 7 | 101 | 110 | 66 | 60 | 23 |
| Binary | 1001000 | 1000011 | 11001 | 0 | 111 | 1000001 | 1001000 | 110110 | 110000 | 10011 |
Color Harmonies of #484319
Complementary color
Monochromatic Colors of #484319
Black with #484319
Text Example
Text Example
White with #484319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484319; }
p { color: rgb(72,67,25); }
H1.HeaderClassName
{
color: #484319;
}
.AnyTagClassName
{
color: #484319;
}
</style>
background-color css
<style>
a { background-color: #484319; }
a { background-color: rgb(72,67,25); }
div.DivClassName
{
background-color: #484319;
}
.BgClassName
{
background-color: #484319;
}
</style>
border-color css
<style>
span { border-color: #484319; }
span { border-color: rgb(72,67,25); }
td.TdClassName
{
border-color: #484319;
}
.TagClassName
{
border-color: #484319;
}
</style>