Shades of Mikado #47360D
Tints of Mikado #47360D
RGB
CMYK
RGB Variations
Color information
#47360D (or 0x47360D) is known color: Mikado. HEX triplet: 47, 36 and 0D. RGB value is (71,54,13). Sum of RGB (Red+Green+Blue) = 71+54+13=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47360D is #B8C9F2. Grayscale: #363636. Windows color (decimal): -12110323 or 865863. OLE color: 865863.
HSL color Cylindrical-coordinate representation of color #47360D: hue angle of 42.41º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47360D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 13 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.72 |
| HSL | 42.41º | 0.69% | 0.16% | - |
| HSV(B) | 42.41º | 0.82% | 0.28% | - |
| XYZ | 3.99 | 4.01 | 0.94 | - |
| YUV | 54.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 13 | 0 | 0.24 | 0.82 | 0.72 | 42.41 | 0.69 | 0.16 |
| Hex | 47 | 36 | D | 0 | 18 | 52 | 48 | 2A | 45 | 10 |
| Octal | 107 | 66 | 15 | 0 | 30 | 122 | 110 | 52 | 105 | 20 |
| Binary | 1000111 | 110110 | 1101 | 0 | 11000 | 1010010 | 1001000 | 101010 | 1000101 | 10000 |
Color Harmonies of #47360D
Complementary color
Monochromatic Colors of #47360D
Black with #47360D
Text Example
Text Example
White with #47360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47360D; }
p { color: rgb(71,54,13); }
H1.HeaderClassName
{
color: #47360D;
}
.AnyTagClassName
{
color: #47360D;
}
</style>
background-color css
<style>
a { background-color: #47360D; }
a { background-color: rgb(71,54,13); }
div.DivClassName
{
background-color: #47360D;
}
.BgClassName
{
background-color: #47360D;
}
</style>
border-color css
<style>
span { border-color: #47360D; }
span { border-color: rgb(71,54,13); }
td.TdClassName
{
border-color: #47360D;
}
.TagClassName
{
border-color: #47360D;
}
</style>