Shades of Madras #483E03
Tints of Madras #483E03
RGB
CMYK
RGB Variations
Color information
#483E03 (or 0x483E03) is known color: Madras. HEX triplet: 48, 3E and 03. RGB value is (72,62,3). Sum of RGB (Red+Green+Blue) = 72+62+3=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #483E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E03 is #B7C1FC. Grayscale: #3A3A3A. Windows color (decimal): -12042749 or 212552. OLE color: 212552.
HSL color Cylindrical-coordinate representation of color #483E03: hue angle of 51.3º 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 #483E03 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 3 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.72 |
| HSL | 51.3º | 0.92% | 0.15% | - |
| HSV(B) | 51.3º | 0.96% | 0.28% | - |
| XYZ | 4.41 | 4.83 | 0.79 | - |
| YUV | 58.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 3 | 0 | 0.14 | 0.96 | 0.72 | 51.3 | 0.92 | 0.15 |
| Hex | 48 | 3E | 3 | 0 | E | 60 | 48 | 33 | 5C | F |
| Octal | 110 | 76 | 3 | 0 | 16 | 140 | 110 | 63 | 134 | 17 |
| Binary | 1001000 | 111110 | 11 | 0 | 1110 | 1100000 | 1001000 | 110011 | 1011100 | 1111 |
Color Harmonies of #483E03
Complementary color
Monochromatic Colors of #483E03
Black with #483E03
Text Example
Text Example
White with #483E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E03; }
p { color: rgb(72,62,3); }
H1.HeaderClassName
{
color: #483E03;
}
.AnyTagClassName
{
color: #483E03;
}
</style>
background-color css
<style>
a { background-color: #483E03; }
a { background-color: rgb(72,62,3); }
div.DivClassName
{
background-color: #483E03;
}
.BgClassName
{
background-color: #483E03;
}
</style>
border-color css
<style>
span { border-color: #483E03; }
span { border-color: rgb(72,62,3); }
td.TdClassName
{
border-color: #483E03;
}
.TagClassName
{
border-color: #483E03;
}
</style>