Shades of Madras #483B01
Tints of Madras #483B01
RGB
CMYK
RGB Variations
Color information
#483B01 (or 0x483B01) is known color: Madras. HEX triplet: 48, 3B and 01. RGB value is (72,59,1). Sum of RGB (Red+Green+Blue) = 72+59+1=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B01 is #B7C4FE. Grayscale: #383838. Windows color (decimal): -12043519 or 80712. OLE color: 80712.
HSL color Cylindrical-coordinate representation of color #483B01: hue angle of 49.01º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #483B01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.72 |
| HSL | 49.01º | 0.97% | 0.14% | - |
| HSV(B) | 49.01º | 0.99% | 0.28% | - |
| XYZ | 4.24 | 4.51 | 0.68 | - |
| YUV | 56.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 1 | 0 | 0.18 | 0.99 | 0.72 | 49.01 | 0.97 | 0.14 |
| Hex | 48 | 3B | 1 | 0 | 12 | 63 | 48 | 31 | 61 | E |
| Octal | 110 | 73 | 1 | 0 | 22 | 143 | 110 | 61 | 141 | 16 |
| Binary | 1001000 | 111011 | 1 | 0 | 10010 | 1100011 | 1001000 | 110001 | 1100001 | 1110 |
Color Harmonies of #483B01
Complementary color
Monochromatic Colors of #483B01
Black with #483B01
Text Example
Text Example
White with #483B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B01; }
p { color: rgb(72,59,1); }
H1.HeaderClassName
{
color: #483B01;
}
.AnyTagClassName
{
color: #483B01;
}
</style>
background-color css
<style>
a { background-color: #483B01; }
a { background-color: rgb(72,59,1); }
div.DivClassName
{
background-color: #483B01;
}
.BgClassName
{
background-color: #483B01;
}
</style>
border-color css
<style>
span { border-color: #483B01; }
span { border-color: rgb(72,59,1); }
td.TdClassName
{
border-color: #483B01;
}
.TagClassName
{
border-color: #483B01;
}
</style>