Shades of Madras #483B05
Tints of Madras #483B05
RGB
CMYK
RGB Variations
Color information
#483B05 (or 0x483B05) is known color: Madras. HEX triplet: 48, 3B and 05. RGB value is (72,59,5). Sum of RGB (Red+Green+Blue) = 72+59+5=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B05 is #B7C4FA. Grayscale: #383838. Windows color (decimal): -12043515 or 342856. OLE color: 342856.
HSL color Cylindrical-coordinate representation of color #483B05: hue angle of 48.36º 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 #483B05 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 5 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.72 |
| HSL | 48.36º | 0.87% | 0.15% | - |
| HSV(B) | 48.36º | 0.93% | 0.28% | - |
| XYZ | 4.26 | 4.52 | 0.79 | - |
| YUV | 56.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 5 | 0 | 0.18 | 0.93 | 0.72 | 48.36 | 0.87 | 0.15 |
| Hex | 48 | 3B | 5 | 0 | 12 | 5D | 48 | 30 | 57 | F |
| Octal | 110 | 73 | 5 | 0 | 22 | 135 | 110 | 60 | 127 | 17 |
| Binary | 1001000 | 111011 | 101 | 0 | 10010 | 1011101 | 1001000 | 110000 | 1010111 | 1111 |
Color Harmonies of #483B05
Complementary color
Monochromatic Colors of #483B05
Black with #483B05
Text Example
Text Example
White with #483B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B05; }
p { color: rgb(72,59,5); }
H1.HeaderClassName
{
color: #483B05;
}
.AnyTagClassName
{
color: #483B05;
}
</style>
background-color css
<style>
a { background-color: #483B05; }
a { background-color: rgb(72,59,5); }
div.DivClassName
{
background-color: #483B05;
}
.BgClassName
{
background-color: #483B05;
}
</style>
border-color css
<style>
span { border-color: #483B05; }
span { border-color: rgb(72,59,5); }
td.TdClassName
{
border-color: #483B05;
}
.TagClassName
{
border-color: #483B05;
}
</style>