Shades of Madras #484321
Tints of Madras #484321
RGB
CMYK
RGB Variations
Color information
#484321 (or 0x484321) is known color: Madras. HEX triplet: 48, 43 and 21. RGB value is (72,67,33). Sum of RGB (Red+Green+Blue) = 72+67+33=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484321 is #B7BCDE. Grayscale: #404040. Windows color (decimal): -12041439 or 2179912. OLE color: 2179912.
HSL color Cylindrical-coordinate representation of color #484321: hue angle of 52.31º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484321 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 33 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.72 |
| HSL | 52.31º | 0.37% | 0.21% | - |
| HSV(B) | 52.31º | 0.54% | 0.28% | - |
| XYZ | 4.95 | 5.5 | 2.24 | - |
| YUV | 64.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 33 | 0 | 0.07 | 0.54 | 0.72 | 52.31 | 0.37 | 0.21 |
| Hex | 48 | 43 | 21 | 0 | 7 | 36 | 48 | 34 | 25 | 15 |
| Octal | 110 | 103 | 41 | 0 | 7 | 66 | 110 | 64 | 45 | 25 |
| Binary | 1001000 | 1000011 | 100001 | 0 | 111 | 110110 | 1001000 | 110100 | 100101 | 10101 |
Color Harmonies of #484321
Complementary color
Monochromatic Colors of #484321
Black with #484321
Text Example
Text Example
White with #484321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484321; }
p { color: rgb(72,67,33); }
H1.HeaderClassName
{
color: #484321;
}
.AnyTagClassName
{
color: #484321;
}
</style>
background-color css
<style>
a { background-color: #484321; }
a { background-color: rgb(72,67,33); }
div.DivClassName
{
background-color: #484321;
}
.BgClassName
{
background-color: #484321;
}
</style>
border-color css
<style>
span { border-color: #484321; }
span { border-color: rgb(72,67,33); }
td.TdClassName
{
border-color: #484321;
}
.TagClassName
{
border-color: #484321;
}
</style>