Shades of Mikado #48350C
Tints of Mikado #48350C
RGB
CMYK
RGB Variations
Color information
#48350C (or 0x48350C) is known color: Mikado. HEX triplet: 48, 35 and 0C. RGB value is (72,53,12). Sum of RGB (Red+Green+Blue) = 72+53+12=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48350C is #B7CAF3. Grayscale: #363636. Windows color (decimal): -12045044 or 800072. OLE color: 800072.
HSL color Cylindrical-coordinate representation of color #48350C: hue angle of 41º 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 #48350C is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 12 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.72 |
| HSL | 41º | 0.71% | 0.16% | - |
| HSV(B) | 41º | 0.83% | 0.28% | - |
| XYZ | 4.01 | 3.95 | 0.9 | - |
| YUV | 54.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 12 | 0 | 0.26 | 0.83 | 0.72 | 41 | 0.71 | 0.16 |
| Hex | 48 | 35 | C | 0 | 1A | 53 | 48 | 29 | 47 | 10 |
| Octal | 110 | 65 | 14 | 0 | 32 | 123 | 110 | 51 | 107 | 20 |
| Binary | 1001000 | 110101 | 1100 | 0 | 11010 | 1010011 | 1001000 | 101001 | 1000111 | 10000 |
Color Harmonies of #48350C
Complementary color
Monochromatic Colors of #48350C
Black with #48350C
Text Example
Text Example
White with #48350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48350C; }
p { color: rgb(72,53,12); }
H1.HeaderClassName
{
color: #48350C;
}
.AnyTagClassName
{
color: #48350C;
}
</style>
background-color css
<style>
a { background-color: #48350C; }
a { background-color: rgb(72,53,12); }
div.DivClassName
{
background-color: #48350C;
}
.BgClassName
{
background-color: #48350C;
}
</style>
border-color css
<style>
span { border-color: #48350C; }
span { border-color: rgb(72,53,12); }
td.TdClassName
{
border-color: #48350C;
}
.TagClassName
{
border-color: #48350C;
}
</style>