Shades of Madras #483D05
Tints of Madras #483D05
RGB
CMYK
RGB Variations
Color information
#483D05 (or 0x483D05) is known color: Madras. HEX triplet: 48, 3D and 05. RGB value is (72,61,5). Sum of RGB (Red+Green+Blue) = 72+61+5=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #483D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D05 is #B7C2FA. Grayscale: #3A3A3A. Windows color (decimal): -12043003 or 343368. OLE color: 343368.
HSL color Cylindrical-coordinate representation of color #483D05: hue angle of 50.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #483D05 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 5 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.72 |
| HSL | 50.15º | 0.87% | 0.15% | - |
| HSV(B) | 50.15º | 0.93% | 0.28% | - |
| XYZ | 4.37 | 4.73 | 0.83 | - |
| YUV | 57.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 5 | 0 | 0.15 | 0.93 | 0.72 | 50.15 | 0.87 | 0.15 |
| Hex | 48 | 3D | 5 | 0 | F | 5D | 48 | 32 | 57 | F |
| Octal | 110 | 75 | 5 | 0 | 17 | 135 | 110 | 62 | 127 | 17 |
| Binary | 1001000 | 111101 | 101 | 0 | 1111 | 1011101 | 1001000 | 110010 | 1010111 | 1111 |
Color Harmonies of #483D05
Complementary color
Monochromatic Colors of #483D05
Black with #483D05
Text Example
Text Example
White with #483D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D05; }
p { color: rgb(72,61,5); }
H1.HeaderClassName
{
color: #483D05;
}
.AnyTagClassName
{
color: #483D05;
}
</style>
background-color css
<style>
a { background-color: #483D05; }
a { background-color: rgb(72,61,5); }
div.DivClassName
{
background-color: #483D05;
}
.BgClassName
{
background-color: #483D05;
}
</style>
border-color css
<style>
span { border-color: #483D05; }
span { border-color: rgb(72,61,5); }
td.TdClassName
{
border-color: #483D05;
}
.TagClassName
{
border-color: #483D05;
}
</style>