Shades of Mikado #483104
Tints of Mikado #483104
RGB
CMYK
RGB Variations
Color information
#483104 (or 0x483104) is known color: Mikado. HEX triplet: 48, 31 and 04. RGB value is (72,49,4). Sum of RGB (Red+Green+Blue) = 72+49+4=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483104 is #B7CEFB. Grayscale: #323232. Windows color (decimal): -12046076 or 274760. OLE color: 274760.
HSL color Cylindrical-coordinate representation of color #483104: hue angle of 39.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #483104 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 4 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.72 |
| HSL | 39.71º | 0.89% | 0.15% | - |
| HSV(B) | 39.71º | 0.94% | 0.28% | - |
| XYZ | 3.79 | 3.58 | 0.61 | - |
| YUV | 50.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 4 | 0 | 0.32 | 0.94 | 0.72 | 39.71 | 0.89 | 0.15 |
| Hex | 48 | 31 | 4 | 0 | 20 | 5E | 48 | 28 | 59 | F |
| Octal | 110 | 61 | 4 | 0 | 40 | 136 | 110 | 50 | 131 | 17 |
| Binary | 1001000 | 110001 | 100 | 0 | 100000 | 1011110 | 1001000 | 101000 | 1011001 | 1111 |
Color Harmonies of #483104
Complementary color
Monochromatic Colors of #483104
Black with #483104
Text Example
Text Example
White with #483104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483104; }
p { color: rgb(72,49,4); }
H1.HeaderClassName
{
color: #483104;
}
.AnyTagClassName
{
color: #483104;
}
</style>
background-color css
<style>
a { background-color: #483104; }
a { background-color: rgb(72,49,4); }
div.DivClassName
{
background-color: #483104;
}
.BgClassName
{
background-color: #483104;
}
</style>
border-color css
<style>
span { border-color: #483104; }
span { border-color: rgb(72,49,4); }
td.TdClassName
{
border-color: #483104;
}
.TagClassName
{
border-color: #483104;
}
</style>