Shades of Madras #484102
Tints of Madras #484102
RGB
CMYK
RGB Variations
Color information
#484102 (or 0x484102) is known color: Madras. HEX triplet: 48, 41 and 02. RGB value is (72,65,2). Sum of RGB (Red+Green+Blue) = 72+65+2=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #484102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484102 is #B7BEFD. Grayscale: #3C3C3C. Windows color (decimal): -12041982 or 147784. OLE color: 147784.
HSL color Cylindrical-coordinate representation of color #484102: hue angle of 54º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #484102 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 2 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.72 |
| HSL | 54º | 0.95% | 0.15% | - |
| HSV(B) | 54º | 0.97% | 0.28% | - |
| XYZ | 4.57 | 5.16 | 0.81 | - |
| YUV | 59.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 2 | 0 | 0.10 | 0.97 | 0.72 | 54 | 0.95 | 0.15 |
| Hex | 48 | 41 | 2 | 0 | A | 61 | 48 | 36 | 5F | F |
| Octal | 110 | 101 | 2 | 0 | 12 | 141 | 110 | 66 | 137 | 17 |
| Binary | 1001000 | 1000001 | 10 | 0 | 1010 | 1100001 | 1001000 | 110110 | 1011111 | 1111 |
Color Harmonies of #484102
Complementary color
Monochromatic Colors of #484102
Black with #484102
Text Example
Text Example
White with #484102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484102; }
p { color: rgb(72,65,2); }
H1.HeaderClassName
{
color: #484102;
}
.AnyTagClassName
{
color: #484102;
}
</style>
background-color css
<style>
a { background-color: #484102; }
a { background-color: rgb(72,65,2); }
div.DivClassName
{
background-color: #484102;
}
.BgClassName
{
background-color: #484102;
}
</style>
border-color css
<style>
span { border-color: #484102; }
span { border-color: rgb(72,65,2); }
td.TdClassName
{
border-color: #484102;
}
.TagClassName
{
border-color: #484102;
}
</style>