Shades of Mikado #47381A
Tints of Mikado #47381A
RGB
CMYK
RGB Variations
Color information
#47381A (or 0x47381A) is known color: Mikado. HEX triplet: 47, 38 and 1A. RGB value is (71,56,26). Sum of RGB (Red+Green+Blue) = 71+56+26=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381A is #B8C7E5. Grayscale: #393939. Windows color (decimal): -12109798 or 1718343. OLE color: 1718343.
HSL color Cylindrical-coordinate representation of color #47381A: hue angle of 40º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47381A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 26 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.72 |
| HSL | 40º | 0.46% | 0.19% | - |
| HSV(B) | 40º | 0.63% | 0.28% | - |
| XYZ | 4.2 | 4.24 | 1.57 | - |
| YUV | 57.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 26 | 0 | 0.21 | 0.63 | 0.72 | 40 | 0.46 | 0.19 |
| Hex | 47 | 38 | 1A | 0 | 15 | 3F | 48 | 28 | 2E | 13 |
| Octal | 107 | 70 | 32 | 0 | 25 | 77 | 110 | 50 | 56 | 23 |
| Binary | 1000111 | 111000 | 11010 | 0 | 10101 | 111111 | 1001000 | 101000 | 101110 | 10011 |
Color Harmonies of #47381A
Complementary color
Monochromatic Colors of #47381A
Black with #47381A
Text Example
Text Example
White with #47381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47381A; }
p { color: rgb(71,56,26); }
H1.HeaderClassName
{
color: #47381A;
}
.AnyTagClassName
{
color: #47381A;
}
</style>
background-color css
<style>
a { background-color: #47381A; }
a { background-color: rgb(71,56,26); }
div.DivClassName
{
background-color: #47381A;
}
.BgClassName
{
background-color: #47381A;
}
</style>
border-color css
<style>
span { border-color: #47381A; }
span { border-color: rgb(71,56,26); }
td.TdClassName
{
border-color: #47381A;
}
.TagClassName
{
border-color: #47381A;
}
</style>