Shades of Madras #484123
Tints of Madras #484123
RGB
CMYK
RGB Variations
Color information
#484123 (or 0x484123) is known color: Madras. HEX triplet: 48, 41 and 23. RGB value is (72,65,35). Sum of RGB (Red+Green+Blue) = 72+65+35=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484123 is #B7BEDC. Grayscale: #3F3F3F. Windows color (decimal): -12041949 or 2310472. OLE color: 2310472.
HSL color Cylindrical-coordinate representation of color #484123: hue angle of 48.65º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484123 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 35 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.72 |
| HSL | 48.65º | 0.35% | 0.21% | - |
| HSV(B) | 48.65º | 0.51% | 0.28% | - |
| XYZ | 4.87 | 5.28 | 2.35 | - |
| YUV | 63.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 35 | 0 | 0.10 | 0.51 | 0.72 | 48.65 | 0.35 | 0.21 |
| Hex | 48 | 41 | 23 | 0 | A | 33 | 48 | 31 | 23 | 15 |
| Octal | 110 | 101 | 43 | 0 | 12 | 63 | 110 | 61 | 43 | 25 |
| Binary | 1001000 | 1000001 | 100011 | 0 | 1010 | 110011 | 1001000 | 110001 | 100011 | 10101 |
Color Harmonies of #484123
Complementary color
Monochromatic Colors of #484123
Black with #484123
Text Example
Text Example
White with #484123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484123; }
p { color: rgb(72,65,35); }
H1.HeaderClassName
{
color: #484123;
}
.AnyTagClassName
{
color: #484123;
}
</style>
background-color css
<style>
a { background-color: #484123; }
a { background-color: rgb(72,65,35); }
div.DivClassName
{
background-color: #484123;
}
.BgClassName
{
background-color: #484123;
}
</style>
border-color css
<style>
span { border-color: #484123; }
span { border-color: rgb(72,65,35); }
td.TdClassName
{
border-color: #484123;
}
.TagClassName
{
border-color: #484123;
}
</style>