Shades of Mikado #483000
Tints of Mikado #483000
RGB
CMYK
RGB Variations
Color information
#483000 (or 0x483000) is known color: Mikado. HEX triplet: 48, 30 and 00. RGB value is (72,48,0). Sum of RGB (Red+Green+Blue) = 72+48+0=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #483000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483000 is #B7CFFF. Grayscale: #313131. Windows color (decimal): -12046336 or 12360. OLE color: 12360.
HSL color Cylindrical-coordinate representation of color #483000: hue angle of 40º 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 #483000 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.72 |
| HSL | 40º | 1% | 0.14% | - |
| HSV(B) | 40º | 1% | 0.28% | - |
| XYZ | 3.73 | 3.49 | 0.48 | - |
| YUV | 49.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 0 | 0 | 0.33 | 1 | 0.72 | 40 | 1 | 0.14 |
| Hex | 48 | 30 | 0 | 0 | 21 | 64 | 48 | 28 | 64 | E |
| Octal | 110 | 60 | 0 | 0 | 41 | 144 | 110 | 50 | 144 | 16 |
| Binary | 1001000 | 110000 | 0 | 0 | 100001 | 1100100 | 1001000 | 101000 | 1100100 | 1110 |
Color Harmonies of #483000
Complementary color
Monochromatic Colors of #483000
Black with #483000
Text Example
Text Example
White with #483000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483000; }
p { color: rgb(72,48,0); }
H1.HeaderClassName
{
color: #483000;
}
.AnyTagClassName
{
color: #483000;
}
</style>
background-color css
<style>
a { background-color: #483000; }
a { background-color: rgb(72,48,0); }
div.DivClassName
{
background-color: #483000;
}
.BgClassName
{
background-color: #483000;
}
</style>
border-color css
<style>
span { border-color: #483000; }
span { border-color: rgb(72,48,0); }
td.TdClassName
{
border-color: #483000;
}
.TagClassName
{
border-color: #483000;
}
</style>