Shades of Mikado #48330A
Tints of Mikado #48330A
RGB
CMYK
RGB Variations
Color information
#48330A (or 0x48330A) is known color: Mikado. HEX triplet: 48, 33 and 0A. RGB value is (72,51,10). Sum of RGB (Red+Green+Blue) = 72+51+10=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48330A is #B7CCF5. Grayscale: #343434. Windows color (decimal): -12045558 or 668488. OLE color: 668488.
HSL color Cylindrical-coordinate representation of color #48330A: hue angle of 39.68º 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 #48330A is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 10 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.72 |
| HSL | 39.68º | 0.76% | 0.16% | - |
| HSV(B) | 39.68º | 0.86% | 0.28% | - |
| XYZ | 3.91 | 3.77 | 0.81 | - |
| YUV | 52.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 10 | 0 | 0.29 | 0.86 | 0.72 | 39.68 | 0.76 | 0.16 |
| Hex | 48 | 33 | A | 0 | 1D | 56 | 48 | 28 | 4C | 10 |
| Octal | 110 | 63 | 12 | 0 | 35 | 126 | 110 | 50 | 114 | 20 |
| Binary | 1001000 | 110011 | 1010 | 0 | 11101 | 1010110 | 1001000 | 101000 | 1001100 | 10000 |
Color Harmonies of #48330A
Complementary color
Monochromatic Colors of #48330A
Black with #48330A
Text Example
Text Example
White with #48330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48330A; }
p { color: rgb(72,51,10); }
H1.HeaderClassName
{
color: #48330A;
}
.AnyTagClassName
{
color: #48330A;
}
</style>
background-color css
<style>
a { background-color: #48330A; }
a { background-color: rgb(72,51,10); }
div.DivClassName
{
background-color: #48330A;
}
.BgClassName
{
background-color: #48330A;
}
</style>
border-color css
<style>
span { border-color: #48330A; }
span { border-color: rgb(72,51,10); }
td.TdClassName
{
border-color: #48330A;
}
.TagClassName
{
border-color: #48330A;
}
</style>