Shades of Mikado #48340A
Tints of Mikado #48340A
RGB
CMYK
RGB Variations
Color information
#48340A (or 0x48340A) is known color: Mikado. HEX triplet: 48, 34 and 0A. RGB value is (72,52,10). Sum of RGB (Red+Green+Blue) = 72+52+10=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48340A is #B7CBF5. Grayscale: #353535. Windows color (decimal): -12045302 or 668744. OLE color: 668744.
HSL color Cylindrical-coordinate representation of color #48340A: hue angle of 40.65º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48340A is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 10 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.72 |
| HSL | 40.65º | 0.76% | 0.16% | - |
| HSV(B) | 40.65º | 0.86% | 0.28% | - |
| XYZ | 3.96 | 3.86 | 0.82 | - |
| YUV | 53.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 10 | 0 | 0.28 | 0.86 | 0.72 | 40.65 | 0.76 | 0.16 |
| Hex | 48 | 34 | A | 0 | 1C | 56 | 48 | 29 | 4C | 10 |
| Octal | 110 | 64 | 12 | 0 | 34 | 126 | 110 | 51 | 114 | 20 |
| Binary | 1001000 | 110100 | 1010 | 0 | 11100 | 1010110 | 1001000 | 101001 | 1001100 | 10000 |
Color Harmonies of #48340A
Complementary color
Monochromatic Colors of #48340A
Black with #48340A
Text Example
Text Example
White with #48340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48340A; }
p { color: rgb(72,52,10); }
H1.HeaderClassName
{
color: #48340A;
}
.AnyTagClassName
{
color: #48340A;
}
</style>
background-color css
<style>
a { background-color: #48340A; }
a { background-color: rgb(72,52,10); }
div.DivClassName
{
background-color: #48340A;
}
.BgClassName
{
background-color: #48340A;
}
</style>
border-color css
<style>
span { border-color: #48340A; }
span { border-color: rgb(72,52,10); }
td.TdClassName
{
border-color: #48340A;
}
.TagClassName
{
border-color: #48340A;
}
</style>