Shades of Mikado #3F3718
Tints of Mikado #3F3718
RGB
CMYK
RGB Variations
Color information
#3F3718 (or 0x3F3718) is known color: Mikado. HEX triplet: 3F, 37 and 18. RGB value is (63,55,24). Sum of RGB (Red+Green+Blue) = 63+55+24=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3718 is #C0C8E7. Grayscale: #353535. Windows color (decimal): -12634344 or 1587007. OLE color: 1587007.
HSL color Cylindrical-coordinate representation of color #3F3718: hue angle of 47.69º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F3718 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 24 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.75 |
| HSL | 47.69º | 0.45% | 0.17% | - |
| HSV(B) | 47.69º | 0.62% | 0.25% | - |
| XYZ | 3.58 | 3.86 | 1.42 | - |
| YUV | 53.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 24 | 0 | 0.13 | 0.62 | 0.75 | 47.69 | 0.45 | 0.17 |
| Hex | 3F | 37 | 18 | 0 | D | 3E | 4B | 30 | 2D | 11 |
| Octal | 77 | 67 | 30 | 0 | 15 | 76 | 113 | 60 | 55 | 21 |
| Binary | 111111 | 110111 | 11000 | 0 | 1101 | 111110 | 1001011 | 110000 | 101101 | 10001 |
Color Harmonies of #3F3718
Complementary color
Monochromatic Colors of #3F3718
Black with #3F3718
Text Example
Text Example
White with #3F3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3718; }
p { color: rgb(63,55,24); }
H1.HeaderClassName
{
color: #3F3718;
}
.AnyTagClassName
{
color: #3F3718;
}
</style>
background-color css
<style>
a { background-color: #3F3718; }
a { background-color: rgb(63,55,24); }
div.DivClassName
{
background-color: #3F3718;
}
.BgClassName
{
background-color: #3F3718;
}
</style>
border-color css
<style>
span { border-color: #3F3718; }
span { border-color: rgb(63,55,24); }
td.TdClassName
{
border-color: #3F3718;
}
.TagClassName
{
border-color: #3F3718;
}
</style>