Shades of Madras #484105
Tints of Madras #484105
RGB
CMYK
RGB Variations
Color information
#484105 (or 0x484105) is known color: Madras. HEX triplet: 48, 41 and 05. RGB value is (72,65,5). Sum of RGB (Red+Green+Blue) = 72+65+5=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #484105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484105 is #B7BEFA. Grayscale: #3C3C3C. Windows color (decimal): -12041979 or 344392. OLE color: 344392.
HSL color Cylindrical-coordinate representation of color #484105: hue angle of 53.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #484105 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 5 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.72 |
| HSL | 53.73º | 0.87% | 0.15% | - |
| HSV(B) | 53.73º | 0.93% | 0.28% | - |
| XYZ | 4.59 | 5.17 | 0.9 | - |
| YUV | 60.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 5 | 0 | 0.10 | 0.93 | 0.72 | 53.73 | 0.87 | 0.15 |
| Hex | 48 | 41 | 5 | 0 | A | 5D | 48 | 36 | 57 | F |
| Octal | 110 | 101 | 5 | 0 | 12 | 135 | 110 | 66 | 127 | 17 |
| Binary | 1001000 | 1000001 | 101 | 0 | 1010 | 1011101 | 1001000 | 110110 | 1010111 | 1111 |
Color Harmonies of #484105
Complementary color
Monochromatic Colors of #484105
Black with #484105
Text Example
Text Example
White with #484105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484105; }
p { color: rgb(72,65,5); }
H1.HeaderClassName
{
color: #484105;
}
.AnyTagClassName
{
color: #484105;
}
</style>
background-color css
<style>
a { background-color: #484105; }
a { background-color: rgb(72,65,5); }
div.DivClassName
{
background-color: #484105;
}
.BgClassName
{
background-color: #484105;
}
</style>
border-color css
<style>
span { border-color: #484105; }
span { border-color: rgb(72,65,5); }
td.TdClassName
{
border-color: #484105;
}
.TagClassName
{
border-color: #484105;
}
</style>