Shades of Madras #483D0D
Tints of Madras #483D0D
RGB
CMYK
RGB Variations
Color information
#483D0D (or 0x483D0D) is known color: Madras. HEX triplet: 48, 3D and 0D. RGB value is (72,61,13). Sum of RGB (Red+Green+Blue) = 72+61+13=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D0D is #B7C2F2. Grayscale: #3B3B3B. Windows color (decimal): -12042995 or 867656. OLE color: 867656.
HSL color Cylindrical-coordinate representation of color #483D0D: hue angle of 48.81º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #483D0D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 13 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.72 |
| HSL | 48.81º | 0.69% | 0.17% | - |
| HSV(B) | 48.81º | 0.82% | 0.28% | - |
| XYZ | 4.41 | 4.74 | 1.06 | - |
| YUV | 58.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 13 | 0 | 0.15 | 0.82 | 0.72 | 48.81 | 0.69 | 0.17 |
| Hex | 48 | 3D | D | 0 | F | 52 | 48 | 31 | 45 | 11 |
| Octal | 110 | 75 | 15 | 0 | 17 | 122 | 110 | 61 | 105 | 21 |
| Binary | 1001000 | 111101 | 1101 | 0 | 1111 | 1010010 | 1001000 | 110001 | 1000101 | 10001 |
Color Harmonies of #483D0D
Complementary color
Monochromatic Colors of #483D0D
Black with #483D0D
Text Example
Text Example
White with #483D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D0D; }
p { color: rgb(72,61,13); }
H1.HeaderClassName
{
color: #483D0D;
}
.AnyTagClassName
{
color: #483D0D;
}
</style>
background-color css
<style>
a { background-color: #483D0D; }
a { background-color: rgb(72,61,13); }
div.DivClassName
{
background-color: #483D0D;
}
.BgClassName
{
background-color: #483D0D;
}
</style>
border-color css
<style>
span { border-color: #483D0D; }
span { border-color: rgb(72,61,13); }
td.TdClassName
{
border-color: #483D0D;
}
.TagClassName
{
border-color: #483D0D;
}
</style>