Shades of Mikado #48340C
Tints of Mikado #48340C
RGB
CMYK
RGB Variations
Color information
#48340C (or 0x48340C) is known color: Mikado. HEX triplet: 48, 34 and 0C. RGB value is (72,52,12). Sum of RGB (Red+Green+Blue) = 72+52+12=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48340C is #B7CBF3. Grayscale: #353535. Windows color (decimal): -12045300 or 799816. OLE color: 799816.
HSL color Cylindrical-coordinate representation of color #48340C: hue angle of 40º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48340C is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 12 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.72 |
| HSL | 40º | 0.71% | 0.16% | - |
| HSV(B) | 40º | 0.83% | 0.28% | - |
| XYZ | 3.97 | 3.86 | 0.88 | - |
| YUV | 53.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 12 | 0 | 0.28 | 0.83 | 0.72 | 40 | 0.71 | 0.16 |
| Hex | 48 | 34 | C | 0 | 1C | 53 | 48 | 28 | 47 | 10 |
| Octal | 110 | 64 | 14 | 0 | 34 | 123 | 110 | 50 | 107 | 20 |
| Binary | 1001000 | 110100 | 1100 | 0 | 11100 | 1010011 | 1001000 | 101000 | 1000111 | 10000 |
Color Harmonies of #48340C
Complementary color
Monochromatic Colors of #48340C
Black with #48340C
Text Example
Text Example
White with #48340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48340C; }
p { color: rgb(72,52,12); }
H1.HeaderClassName
{
color: #48340C;
}
.AnyTagClassName
{
color: #48340C;
}
</style>
background-color css
<style>
a { background-color: #48340C; }
a { background-color: rgb(72,52,12); }
div.DivClassName
{
background-color: #48340C;
}
.BgClassName
{
background-color: #48340C;
}
</style>
border-color css
<style>
span { border-color: #48340C; }
span { border-color: rgb(72,52,12); }
td.TdClassName
{
border-color: #48340C;
}
.TagClassName
{
border-color: #48340C;
}
</style>