Shades of Madras #483D04
Tints of Madras #483D04
RGB
CMYK
RGB Variations
Color information
#483D04 (or 0x483D04) is known color: Madras. HEX triplet: 48, 3D and 04. RGB value is (72,61,4). Sum of RGB (Red+Green+Blue) = 72+61+4=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #483D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D04 is #B7C2FB. Grayscale: #3A3A3A. Windows color (decimal): -12043004 or 277832. OLE color: 277832.
HSL color Cylindrical-coordinate representation of color #483D04: hue angle of 50.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #483D04 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 4 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.72 |
| HSL | 50.29º | 0.89% | 0.15% | - |
| HSV(B) | 50.29º | 0.94% | 0.28% | - |
| XYZ | 4.36 | 4.72 | 0.8 | - |
| YUV | 57.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 4 | 0 | 0.15 | 0.94 | 0.72 | 50.29 | 0.89 | 0.15 |
| Hex | 48 | 3D | 4 | 0 | F | 5E | 48 | 32 | 59 | F |
| Octal | 110 | 75 | 4 | 0 | 17 | 136 | 110 | 62 | 131 | 17 |
| Binary | 1001000 | 111101 | 100 | 0 | 1111 | 1011110 | 1001000 | 110010 | 1011001 | 1111 |
Color Harmonies of #483D04
Complementary color
Monochromatic Colors of #483D04
Black with #483D04
Text Example
Text Example
White with #483D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D04; }
p { color: rgb(72,61,4); }
H1.HeaderClassName
{
color: #483D04;
}
.AnyTagClassName
{
color: #483D04;
}
</style>
background-color css
<style>
a { background-color: #483D04; }
a { background-color: rgb(72,61,4); }
div.DivClassName
{
background-color: #483D04;
}
.BgClassName
{
background-color: #483D04;
}
</style>
border-color css
<style>
span { border-color: #483D04; }
span { border-color: rgb(72,61,4); }
td.TdClassName
{
border-color: #483D04;
}
.TagClassName
{
border-color: #483D04;
}
</style>