Shades of Mikado #47360F
Tints of Mikado #47360F
RGB
CMYK
RGB Variations
Color information
#47360F (or 0x47360F) is known color: Mikado. HEX triplet: 47, 36 and 0F. RGB value is (71,54,15). Sum of RGB (Red+Green+Blue) = 71+54+15=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47360F is #B8C9F0. Grayscale: #363636. Windows color (decimal): -12110321 or 996935. OLE color: 996935.
HSL color Cylindrical-coordinate representation of color #47360F: hue angle of 41.79º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47360F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 15 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.72 |
| HSL | 41.79º | 0.65% | 0.17% | - |
| HSV(B) | 41.79º | 0.79% | 0.28% | - |
| XYZ | 4 | 4.01 | 1.02 | - |
| YUV | 54.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 15 | 0 | 0.24 | 0.79 | 0.72 | 41.79 | 0.65 | 0.17 |
| Hex | 47 | 36 | F | 0 | 18 | 4F | 48 | 2A | 41 | 11 |
| Octal | 107 | 66 | 17 | 0 | 30 | 117 | 110 | 52 | 101 | 21 |
| Binary | 1000111 | 110110 | 1111 | 0 | 11000 | 1001111 | 1001000 | 101010 | 1000001 | 10001 |
Color Harmonies of #47360F
Complementary color
Monochromatic Colors of #47360F
Black with #47360F
Text Example
Text Example
White with #47360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47360F; }
p { color: rgb(71,54,15); }
H1.HeaderClassName
{
color: #47360F;
}
.AnyTagClassName
{
color: #47360F;
}
</style>
background-color css
<style>
a { background-color: #47360F; }
a { background-color: rgb(71,54,15); }
div.DivClassName
{
background-color: #47360F;
}
.BgClassName
{
background-color: #47360F;
}
</style>
border-color css
<style>
span { border-color: #47360F; }
span { border-color: rgb(71,54,15); }
td.TdClassName
{
border-color: #47360F;
}
.TagClassName
{
border-color: #47360F;
}
</style>