Shades of Madras #483D0B
Tints of Madras #483D0B
RGB
CMYK
RGB Variations
Color information
#483D0B (or 0x483D0B) is known color: Madras. HEX triplet: 48, 3D and 0B. RGB value is (72,61,11). Sum of RGB (Red+Green+Blue) = 72+61+11=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D0B is #B7C2F4. Grayscale: #3A3A3A. Windows color (decimal): -12042997 or 736584. OLE color: 736584.
HSL color Cylindrical-coordinate representation of color #483D0B: hue angle of 49.18º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #483D0B is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 11 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.72 |
| HSL | 49.18º | 0.73% | 0.16% | - |
| HSV(B) | 49.18º | 0.85% | 0.28% | - |
| XYZ | 4.4 | 4.74 | 1 | - |
| YUV | 58.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 11 | 0 | 0.15 | 0.85 | 0.72 | 49.18 | 0.73 | 0.16 |
| Hex | 48 | 3D | B | 0 | F | 55 | 48 | 31 | 49 | 10 |
| Octal | 110 | 75 | 13 | 0 | 17 | 125 | 110 | 61 | 111 | 20 |
| Binary | 1001000 | 111101 | 1011 | 0 | 1111 | 1010101 | 1001000 | 110001 | 1001001 | 10000 |
Color Harmonies of #483D0B
Complementary color
Monochromatic Colors of #483D0B
Black with #483D0B
Text Example
Text Example
White with #483D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D0B; }
p { color: rgb(72,61,11); }
H1.HeaderClassName
{
color: #483D0B;
}
.AnyTagClassName
{
color: #483D0B;
}
</style>
background-color css
<style>
a { background-color: #483D0B; }
a { background-color: rgb(72,61,11); }
div.DivClassName
{
background-color: #483D0B;
}
.BgClassName
{
background-color: #483D0B;
}
</style>
border-color css
<style>
span { border-color: #483D0B; }
span { border-color: rgb(72,61,11); }
td.TdClassName
{
border-color: #483D0B;
}
.TagClassName
{
border-color: #483D0B;
}
</style>