Shades of Mikado #403714
Tints of Mikado #403714
RGB
CMYK
RGB Variations
Color information
#403714 (or 0x403714) is known color: Mikado. HEX triplet: 40, 37 and 14. RGB value is (64,55,20). Sum of RGB (Red+Green+Blue) = 64+55+20=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403714 is #BFC8EB. Grayscale: #353535. Windows color (decimal): -12568812 or 1324864. OLE color: 1324864.
HSL color Cylindrical-coordinate representation of color #403714: hue angle of 47.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403714 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 55 | 20 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.75 |
| HSL | 47.73º | 0.52% | 0.16% | - |
| HSV(B) | 47.73º | 0.69% | 0.25% | - |
| XYZ | 3.61 | 3.87 | 1.22 | - |
| YUV | 53.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 20 | 0 | 0.14 | 0.69 | 0.75 | 47.73 | 0.52 | 0.16 |
| Hex | 40 | 37 | 14 | 0 | E | 45 | 4B | 30 | 34 | 10 |
| Octal | 100 | 67 | 24 | 0 | 16 | 105 | 113 | 60 | 64 | 20 |
| Binary | 1000000 | 110111 | 10100 | 0 | 1110 | 1000101 | 1001011 | 110000 | 110100 | 10000 |
Color Harmonies of #403714
Complementary color
Monochromatic Colors of #403714
Black with #403714
Text Example
Text Example
White with #403714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403714; }
p { color: rgb(64,55,20); }
H1.HeaderClassName
{
color: #403714;
}
.AnyTagClassName
{
color: #403714;
}
</style>
background-color css
<style>
a { background-color: #403714; }
a { background-color: rgb(64,55,20); }
div.DivClassName
{
background-color: #403714;
}
.BgClassName
{
background-color: #403714;
}
</style>
border-color css
<style>
span { border-color: #403714; }
span { border-color: rgb(64,55,20); }
td.TdClassName
{
border-color: #403714;
}
.TagClassName
{
border-color: #403714;
}
</style>