Shades of Mikado #47350F
Tints of Mikado #47350F
RGB
CMYK
RGB Variations
Color information
#47350F (or 0x47350F) is known color: Mikado. HEX triplet: 47, 35 and 0F. RGB value is (71,53,15). Sum of RGB (Red+Green+Blue) = 71+53+15=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47350F is #B8CAF0. Grayscale: #363636. Windows color (decimal): -12110577 or 996679. OLE color: 996679.
HSL color Cylindrical-coordinate representation of color #47350F: hue angle of 40.71º 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 #47350F is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 53 | 15 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.72 |
| HSL | 40.71º | 0.65% | 0.17% | - |
| HSV(B) | 40.71º | 0.79% | 0.28% | - |
| XYZ | 3.96 | 3.92 | 1 | - |
| YUV | 54.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 15 | 0 | 0.25 | 0.79 | 0.72 | 40.71 | 0.65 | 0.17 |
| Hex | 47 | 35 | F | 0 | 19 | 4F | 48 | 29 | 41 | 11 |
| Octal | 107 | 65 | 17 | 0 | 31 | 117 | 110 | 51 | 101 | 21 |
| Binary | 1000111 | 110101 | 1111 | 0 | 11001 | 1001111 | 1001000 | 101001 | 1000001 | 10001 |
Color Harmonies of #47350F
Complementary color
Monochromatic Colors of #47350F
Black with #47350F
Text Example
Text Example
White with #47350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47350F; }
p { color: rgb(71,53,15); }
H1.HeaderClassName
{
color: #47350F;
}
.AnyTagClassName
{
color: #47350F;
}
</style>
background-color css
<style>
a { background-color: #47350F; }
a { background-color: rgb(71,53,15); }
div.DivClassName
{
background-color: #47350F;
}
.BgClassName
{
background-color: #47350F;
}
</style>
border-color css
<style>
span { border-color: #47350F; }
span { border-color: rgb(71,53,15); }
td.TdClassName
{
border-color: #47350F;
}
.TagClassName
{
border-color: #47350F;
}
</style>