Shades of Madras #483902
Tints of Madras #483902
RGB
CMYK
RGB Variations
Color information
#483902 (or 0x483902) is known color: Madras. HEX triplet: 48, 39 and 02. RGB value is (72,57,2). Sum of RGB (Red+Green+Blue) = 72+57+2=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483902 is #B7C6FD. Grayscale: #373737. Windows color (decimal): -12044030 or 145736. OLE color: 145736.
HSL color Cylindrical-coordinate representation of color #483902: hue angle of 47.14º 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 #483902 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 2 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.72 |
| HSL | 47.14º | 0.95% | 0.15% | - |
| HSV(B) | 47.14º | 0.97% | 0.28% | - |
| XYZ | 4.15 | 4.31 | 0.67 | - |
| YUV | 55.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 2 | 0 | 0.21 | 0.97 | 0.72 | 47.14 | 0.95 | 0.15 |
| Hex | 48 | 39 | 2 | 0 | 15 | 61 | 48 | 2F | 5F | F |
| Octal | 110 | 71 | 2 | 0 | 25 | 141 | 110 | 57 | 137 | 17 |
| Binary | 1001000 | 111001 | 10 | 0 | 10101 | 1100001 | 1001000 | 101111 | 1011111 | 1111 |
Color Harmonies of #483902
Complementary color
Monochromatic Colors of #483902
Black with #483902
Text Example
Text Example
White with #483902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483902; }
p { color: rgb(72,57,2); }
H1.HeaderClassName
{
color: #483902;
}
.AnyTagClassName
{
color: #483902;
}
</style>
background-color css
<style>
a { background-color: #483902; }
a { background-color: rgb(72,57,2); }
div.DivClassName
{
background-color: #483902;
}
.BgClassName
{
background-color: #483902;
}
</style>
border-color css
<style>
span { border-color: #483902; }
span { border-color: rgb(72,57,2); }
td.TdClassName
{
border-color: #483902;
}
.TagClassName
{
border-color: #483902;
}
</style>