Shades of Mikado #3F3714
Tints of Mikado #3F3714
RGB
CMYK
RGB Variations
Color information
#3F3714 (or 0x3F3714) is known color: Mikado. HEX triplet: 3F, 37 and 14. RGB value is (63,55,20). Sum of RGB (Red+Green+Blue) = 63+55+20=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3714 is #C0C8EB. Grayscale: #353535. Windows color (decimal): -12634348 or 1324863. OLE color: 1324863.
HSL color Cylindrical-coordinate representation of color #3F3714: hue angle of 48.84º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3714 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 20 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.75 |
| HSL | 48.84º | 0.52% | 0.16% | - |
| HSV(B) | 48.84º | 0.68% | 0.25% | - |
| XYZ | 3.54 | 3.84 | 1.22 | - |
| YUV | 53.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 20 | 0 | 0.13 | 0.68 | 0.75 | 48.84 | 0.52 | 0.16 |
| Hex | 3F | 37 | 14 | 0 | D | 44 | 4B | 31 | 34 | 10 |
| Octal | 77 | 67 | 24 | 0 | 15 | 104 | 113 | 61 | 64 | 20 |
| Binary | 111111 | 110111 | 10100 | 0 | 1101 | 1000100 | 1001011 | 110001 | 110100 | 10000 |
Color Harmonies of #3F3714
Complementary color
Monochromatic Colors of #3F3714
Black with #3F3714
Text Example
Text Example
White with #3F3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3714; }
p { color: rgb(63,55,20); }
H1.HeaderClassName
{
color: #3F3714;
}
.AnyTagClassName
{
color: #3F3714;
}
</style>
background-color css
<style>
a { background-color: #3F3714; }
a { background-color: rgb(63,55,20); }
div.DivClassName
{
background-color: #3F3714;
}
.BgClassName
{
background-color: #3F3714;
}
</style>
border-color css
<style>
span { border-color: #3F3714; }
span { border-color: rgb(63,55,20); }
td.TdClassName
{
border-color: #3F3714;
}
.TagClassName
{
border-color: #3F3714;
}
</style>