Shades of Madras #483D07
Tints of Madras #483D07
RGB
CMYK
RGB Variations
Color information
#483D07 (or 0x483D07) is known color: Madras. HEX triplet: 48, 3D and 07. RGB value is (72,61,7). Sum of RGB (Red+Green+Blue) = 72+61+7=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D07 is #B7C2F8. Grayscale: #3A3A3A. Windows color (decimal): -12043001 or 474440. OLE color: 474440.
HSL color Cylindrical-coordinate representation of color #483D07: hue angle of 49.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483D07 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 7 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.72 |
| HSL | 49.85º | 0.82% | 0.15% | - |
| HSV(B) | 49.85º | 0.9% | 0.28% | - |
| XYZ | 4.38 | 4.73 | 0.88 | - |
| YUV | 58.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 7 | 0 | 0.15 | 0.90 | 0.72 | 49.85 | 0.82 | 0.15 |
| Hex | 48 | 3D | 7 | 0 | F | 5A | 48 | 32 | 52 | F |
| Octal | 110 | 75 | 7 | 0 | 17 | 132 | 110 | 62 | 122 | 17 |
| Binary | 1001000 | 111101 | 111 | 0 | 1111 | 1011010 | 1001000 | 110010 | 1010010 | 1111 |
Color Harmonies of #483D07
Complementary color
Monochromatic Colors of #483D07
Black with #483D07
Text Example
Text Example
White with #483D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D07; }
p { color: rgb(72,61,7); }
H1.HeaderClassName
{
color: #483D07;
}
.AnyTagClassName
{
color: #483D07;
}
</style>
background-color css
<style>
a { background-color: #483D07; }
a { background-color: rgb(72,61,7); }
div.DivClassName
{
background-color: #483D07;
}
.BgClassName
{
background-color: #483D07;
}
</style>
border-color css
<style>
span { border-color: #483D07; }
span { border-color: rgb(72,61,7); }
td.TdClassName
{
border-color: #483D07;
}
.TagClassName
{
border-color: #483D07;
}
</style>