Shades of Madras #483D09
Tints of Madras #483D09
RGB
CMYK
RGB Variations
Color information
#483D09 (or 0x483D09) is known color: Madras. HEX triplet: 48, 3D and 09. RGB value is (72,61,9). Sum of RGB (Red+Green+Blue) = 72+61+9=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D09 is #B7C2F6. Grayscale: #3A3A3A. Windows color (decimal): -12042999 or 605512. OLE color: 605512.
HSL color Cylindrical-coordinate representation of color #483D09: hue angle of 49.52º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #483D09 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 9 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.72 |
| HSL | 49.52º | 0.78% | 0.16% | - |
| HSV(B) | 49.52º | 0.88% | 0.28% | - |
| XYZ | 4.39 | 4.73 | 0.94 | - |
| YUV | 58.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 9 | 0 | 0.15 | 0.88 | 0.72 | 49.52 | 0.78 | 0.16 |
| Hex | 48 | 3D | 9 | 0 | F | 58 | 48 | 32 | 4E | 10 |
| Octal | 110 | 75 | 11 | 0 | 17 | 130 | 110 | 62 | 116 | 20 |
| Binary | 1001000 | 111101 | 1001 | 0 | 1111 | 1011000 | 1001000 | 110010 | 1001110 | 10000 |
Color Harmonies of #483D09
Complementary color
Monochromatic Colors of #483D09
Black with #483D09
Text Example
Text Example
White with #483D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D09; }
p { color: rgb(72,61,9); }
H1.HeaderClassName
{
color: #483D09;
}
.AnyTagClassName
{
color: #483D09;
}
</style>
background-color css
<style>
a { background-color: #483D09; }
a { background-color: rgb(72,61,9); }
div.DivClassName
{
background-color: #483D09;
}
.BgClassName
{
background-color: #483D09;
}
</style>
border-color css
<style>
span { border-color: #483D09; }
span { border-color: rgb(72,61,9); }
td.TdClassName
{
border-color: #483D09;
}
.TagClassName
{
border-color: #483D09;
}
</style>