Shades of Madras #484103
Tints of Madras #484103
RGB
CMYK
RGB Variations
Color information
#484103 (or 0x484103) is known color: Madras. HEX triplet: 48, 41 and 03. RGB value is (72,65,3). Sum of RGB (Red+Green+Blue) = 72+65+3=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #484103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484103 is #B7BEFC. Grayscale: #3C3C3C. Windows color (decimal): -12041981 or 213320. OLE color: 213320.
HSL color Cylindrical-coordinate representation of color #484103: hue angle of 53.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #484103 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 3 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.72 |
| HSL | 53.91º | 0.92% | 0.15% | - |
| HSV(B) | 53.91º | 0.96% | 0.28% | - |
| XYZ | 4.58 | 5.16 | 0.84 | - |
| YUV | 60.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 3 | 0 | 0.10 | 0.96 | 0.72 | 53.91 | 0.92 | 0.15 |
| Hex | 48 | 41 | 3 | 0 | A | 60 | 48 | 36 | 5C | F |
| Octal | 110 | 101 | 3 | 0 | 12 | 140 | 110 | 66 | 134 | 17 |
| Binary | 1001000 | 1000001 | 11 | 0 | 1010 | 1100000 | 1001000 | 110110 | 1011100 | 1111 |
Color Harmonies of #484103
Complementary color
Monochromatic Colors of #484103
Black with #484103
Text Example
Text Example
White with #484103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484103; }
p { color: rgb(72,65,3); }
H1.HeaderClassName
{
color: #484103;
}
.AnyTagClassName
{
color: #484103;
}
</style>
background-color css
<style>
a { background-color: #484103; }
a { background-color: rgb(72,65,3); }
div.DivClassName
{
background-color: #484103;
}
.BgClassName
{
background-color: #484103;
}
</style>
border-color css
<style>
span { border-color: #484103; }
span { border-color: rgb(72,65,3); }
td.TdClassName
{
border-color: #484103;
}
.TagClassName
{
border-color: #484103;
}
</style>