Shades of Mikado #483408
Tints of Mikado #483408
RGB
CMYK
RGB Variations
Color information
#483408 (or 0x483408) is known color: Mikado. HEX triplet: 48, 34 and 08. RGB value is (72,52,8). Sum of RGB (Red+Green+Blue) = 72+52+8=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483408 is #B7CBF7. Grayscale: #353535. Windows color (decimal): -12045304 or 537672. OLE color: 537672.
HSL color Cylindrical-coordinate representation of color #483408: hue angle of 41.25º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #483408 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 8 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.72 |
| HSL | 41.25º | 0.8% | 0.16% | - |
| HSV(B) | 41.25º | 0.89% | 0.28% | - |
| XYZ | 3.94 | 3.85 | 0.77 | - |
| YUV | 52.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 8 | 0 | 0.28 | 0.89 | 0.72 | 41.25 | 0.8 | 0.16 |
| Hex | 48 | 34 | 8 | 0 | 1C | 59 | 48 | 29 | 50 | 10 |
| Octal | 110 | 64 | 10 | 0 | 34 | 131 | 110 | 51 | 120 | 20 |
| Binary | 1001000 | 110100 | 1000 | 0 | 11100 | 1011001 | 1001000 | 101001 | 1010000 | 10000 |
Color Harmonies of #483408
Complementary color
Monochromatic Colors of #483408
Black with #483408
Text Example
Text Example
White with #483408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483408; }
p { color: rgb(72,52,8); }
H1.HeaderClassName
{
color: #483408;
}
.AnyTagClassName
{
color: #483408;
}
</style>
background-color css
<style>
a { background-color: #483408; }
a { background-color: rgb(72,52,8); }
div.DivClassName
{
background-color: #483408;
}
.BgClassName
{
background-color: #483408;
}
</style>
border-color css
<style>
span { border-color: #483408; }
span { border-color: rgb(72,52,8); }
td.TdClassName
{
border-color: #483408;
}
.TagClassName
{
border-color: #483408;
}
</style>