Shades of Mikado #47330B
Tints of Mikado #47330B
RGB
CMYK
RGB Variations
Color information
#47330B (or 0x47330B) is known color: Mikado. HEX triplet: 47, 33 and 0B. RGB value is (71,51,11). Sum of RGB (Red+Green+Blue) = 71+51+11=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47330B is #B8CCF4. Grayscale: #343434. Windows color (decimal): -12111093 or 734023. OLE color: 734023.
HSL color Cylindrical-coordinate representation of color #47330B: hue angle of 40º 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 #47330B is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 11 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.72 |
| HSL | 40º | 0.73% | 0.16% | - |
| HSV(B) | 40º | 0.85% | 0.28% | - |
| XYZ | 3.84 | 3.73 | 0.83 | - |
| YUV | 52.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 11 | 0 | 0.28 | 0.85 | 0.72 | 40 | 0.73 | 0.16 |
| Hex | 47 | 33 | B | 0 | 1C | 55 | 48 | 28 | 49 | 10 |
| Octal | 107 | 63 | 13 | 0 | 34 | 125 | 110 | 50 | 111 | 20 |
| Binary | 1000111 | 110011 | 1011 | 0 | 11100 | 1010101 | 1001000 | 101000 | 1001001 | 10000 |
Color Harmonies of #47330B
Complementary color
Monochromatic Colors of #47330B
Black with #47330B
Text Example
Text Example
White with #47330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47330B; }
p { color: rgb(71,51,11); }
H1.HeaderClassName
{
color: #47330B;
}
.AnyTagClassName
{
color: #47330B;
}
</style>
background-color css
<style>
a { background-color: #47330B; }
a { background-color: rgb(71,51,11); }
div.DivClassName
{
background-color: #47330B;
}
.BgClassName
{
background-color: #47330B;
}
</style>
border-color css
<style>
span { border-color: #47330B; }
span { border-color: rgb(71,51,11); }
td.TdClassName
{
border-color: #47330B;
}
.TagClassName
{
border-color: #47330B;
}
</style>