Shades of Madras #484122
Tints of Madras #484122
RGB
CMYK
RGB Variations
Color information
#484122 (or 0x484122) is known color: Madras. HEX triplet: 48, 41 and 22. RGB value is (72,65,34). Sum of RGB (Red+Green+Blue) = 72+65+34=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #484122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484122 is #B7BEDD. Grayscale: #3F3F3F. Windows color (decimal): -12041950 or 2244936. OLE color: 2244936.
HSL color Cylindrical-coordinate representation of color #484122: hue angle of 48.95º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484122 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 34 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.72 |
| HSL | 48.95º | 0.36% | 0.21% | - |
| HSV(B) | 48.95º | 0.53% | 0.28% | - |
| XYZ | 4.85 | 5.27 | 2.28 | - |
| YUV | 63.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 34 | 0 | 0.10 | 0.53 | 0.72 | 48.95 | 0.36 | 0.21 |
| Hex | 48 | 41 | 22 | 0 | A | 35 | 48 | 31 | 24 | 15 |
| Octal | 110 | 101 | 42 | 0 | 12 | 65 | 110 | 61 | 44 | 25 |
| Binary | 1001000 | 1000001 | 100010 | 0 | 1010 | 110101 | 1001000 | 110001 | 100100 | 10101 |
Color Harmonies of #484122
Complementary color
Monochromatic Colors of #484122
Black with #484122
Text Example
Text Example
White with #484122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484122; }
p { color: rgb(72,65,34); }
H1.HeaderClassName
{
color: #484122;
}
.AnyTagClassName
{
color: #484122;
}
</style>
background-color css
<style>
a { background-color: #484122; }
a { background-color: rgb(72,65,34); }
div.DivClassName
{
background-color: #484122;
}
.BgClassName
{
background-color: #484122;
}
</style>
border-color css
<style>
span { border-color: #484122; }
span { border-color: rgb(72,65,34); }
td.TdClassName
{
border-color: #484122;
}
.TagClassName
{
border-color: #484122;
}
</style>