Shades of Madras #484126
Tints of Madras #484126
RGB
CMYK
RGB Variations
Color information
#484126 (or 0x484126) is known color: Madras. HEX triplet: 48, 41 and 26. RGB value is (72,65,38). Sum of RGB (Red+Green+Blue) = 72+65+38=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484126 is #B7BED9. Grayscale: #404040. Windows color (decimal): -12041946 or 2507080. OLE color: 2507080.
HSL color Cylindrical-coordinate representation of color #484126: hue angle of 47.65º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484126 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 38 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.72 |
| HSL | 47.65º | 0.31% | 0.22% | - |
| HSV(B) | 47.65º | 0.47% | 0.28% | - |
| XYZ | 4.91 | 5.3 | 2.6 | - |
| YUV | 64.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 38 | 0 | 0.10 | 0.47 | 0.72 | 47.65 | 0.31 | 0.22 |
| Hex | 48 | 41 | 26 | 0 | A | 2F | 48 | 30 | 1F | 16 |
| Octal | 110 | 101 | 46 | 0 | 12 | 57 | 110 | 60 | 37 | 26 |
| Binary | 1001000 | 1000001 | 100110 | 0 | 1010 | 101111 | 1001000 | 110000 | 11111 | 10110 |
Color Harmonies of #484126
Complementary color
Monochromatic Colors of #484126
Black with #484126
Text Example
Text Example
White with #484126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484126; }
p { color: rgb(72,65,38); }
H1.HeaderClassName
{
color: #484126;
}
.AnyTagClassName
{
color: #484126;
}
</style>
background-color css
<style>
a { background-color: #484126; }
a { background-color: rgb(72,65,38); }
div.DivClassName
{
background-color: #484126;
}
.BgClassName
{
background-color: #484126;
}
</style>
border-color css
<style>
span { border-color: #484126; }
span { border-color: rgb(72,65,38); }
td.TdClassName
{
border-color: #484126;
}
.TagClassName
{
border-color: #484126;
}
</style>