Shades of Madras #483C03
Tints of Madras #483C03
RGB
CMYK
RGB Variations
Color information
#483C03 (or 0x483C03) is known color: Madras. HEX triplet: 48, 3C and 03. RGB value is (72,60,3). Sum of RGB (Red+Green+Blue) = 72+60+3=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C03 is #B7C3FC. Grayscale: #393939. Windows color (decimal): -12043261 or 212040. OLE color: 212040.
HSL color Cylindrical-coordinate representation of color #483C03: hue angle of 49.57º 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 #483C03 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 3 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.72 |
| HSL | 49.57º | 0.92% | 0.15% | - |
| HSV(B) | 49.57º | 0.96% | 0.28% | - |
| XYZ | 4.3 | 4.62 | 0.75 | - |
| YUV | 57.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 3 | 0 | 0.17 | 0.96 | 0.72 | 49.57 | 0.92 | 0.15 |
| Hex | 48 | 3C | 3 | 0 | 11 | 60 | 48 | 32 | 5C | F |
| Octal | 110 | 74 | 3 | 0 | 21 | 140 | 110 | 62 | 134 | 17 |
| Binary | 1001000 | 111100 | 11 | 0 | 10001 | 1100000 | 1001000 | 110010 | 1011100 | 1111 |
Color Harmonies of #483C03
Complementary color
Monochromatic Colors of #483C03
Black with #483C03
Text Example
Text Example
White with #483C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C03; }
p { color: rgb(72,60,3); }
H1.HeaderClassName
{
color: #483C03;
}
.AnyTagClassName
{
color: #483C03;
}
</style>
background-color css
<style>
a { background-color: #483C03; }
a { background-color: rgb(72,60,3); }
div.DivClassName
{
background-color: #483C03;
}
.BgClassName
{
background-color: #483C03;
}
</style>
border-color css
<style>
span { border-color: #483C03; }
span { border-color: rgb(72,60,3); }
td.TdClassName
{
border-color: #483C03;
}
.TagClassName
{
border-color: #483C03;
}
</style>