Shades of Madras #483B00
Tints of Madras #483B00
RGB
CMYK
RGB Variations
Color information
#483B00 (or 0x483B00) is known color: Madras. HEX triplet: 48, 3B and 00. RGB value is (72,59,0). Sum of RGB (Red+Green+Blue) = 72+59+0=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B00 is #B7C4FF. Grayscale: #383838. Windows color (decimal): -12043520 or 15176. OLE color: 15176.
HSL color Cylindrical-coordinate representation of color #483B00: hue angle of 49.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #483B00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.72 |
| HSL | 49.17º | 1% | 0.14% | - |
| HSV(B) | 49.17º | 1% | 0.28% | - |
| XYZ | 4.24 | 4.51 | 0.65 | - |
| YUV | 56.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 0 | 0 | 0.18 | 1 | 0.72 | 49.17 | 1 | 0.14 |
| Hex | 48 | 3B | 0 | 0 | 12 | 64 | 48 | 31 | 64 | E |
| Octal | 110 | 73 | 0 | 0 | 22 | 144 | 110 | 61 | 144 | 16 |
| Binary | 1001000 | 111011 | 0 | 0 | 10010 | 1100100 | 1001000 | 110001 | 1100100 | 1110 |
Color Harmonies of #483B00
Complementary color
Monochromatic Colors of #483B00
Black with #483B00
Text Example
Text Example
White with #483B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B00; }
p { color: rgb(72,59,0); }
H1.HeaderClassName
{
color: #483B00;
}
.AnyTagClassName
{
color: #483B00;
}
</style>
background-color css
<style>
a { background-color: #483B00; }
a { background-color: rgb(72,59,0); }
div.DivClassName
{
background-color: #483B00;
}
.BgClassName
{
background-color: #483B00;
}
</style>
border-color css
<style>
span { border-color: #483B00; }
span { border-color: rgb(72,59,0); }
td.TdClassName
{
border-color: #483B00;
}
.TagClassName
{
border-color: #483B00;
}
</style>