Shades of Mikado #48350B
Tints of Mikado #48350B
RGB
CMYK
RGB Variations
Color information
#48350B (or 0x48350B) is known color: Mikado. HEX triplet: 48, 35 and 0B. RGB value is (72,53,11). Sum of RGB (Red+Green+Blue) = 72+53+11=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48350B is #B7CAF4. Grayscale: #363636. Windows color (decimal): -12045045 or 734536. OLE color: 734536.
HSL color Cylindrical-coordinate representation of color #48350B: hue angle of 41.31º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48350B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 11 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.72 |
| HSL | 41.31º | 0.73% | 0.16% | - |
| HSV(B) | 41.31º | 0.85% | 0.28% | - |
| XYZ | 4.01 | 3.95 | 0.87 | - |
| YUV | 53.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 11 | 0 | 0.26 | 0.85 | 0.72 | 41.31 | 0.73 | 0.16 |
| Hex | 48 | 35 | B | 0 | 1A | 55 | 48 | 29 | 49 | 10 |
| Octal | 110 | 65 | 13 | 0 | 32 | 125 | 110 | 51 | 111 | 20 |
| Binary | 1001000 | 110101 | 1011 | 0 | 11010 | 1010101 | 1001000 | 101001 | 1001001 | 10000 |
Color Harmonies of #48350B
Complementary color
Monochromatic Colors of #48350B
Black with #48350B
Text Example
Text Example
White with #48350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48350B; }
p { color: rgb(72,53,11); }
H1.HeaderClassName
{
color: #48350B;
}
.AnyTagClassName
{
color: #48350B;
}
</style>
background-color css
<style>
a { background-color: #48350B; }
a { background-color: rgb(72,53,11); }
div.DivClassName
{
background-color: #48350B;
}
.BgClassName
{
background-color: #48350B;
}
</style>
border-color css
<style>
span { border-color: #48350B; }
span { border-color: rgb(72,53,11); }
td.TdClassName
{
border-color: #48350B;
}
.TagClassName
{
border-color: #48350B;
}
</style>