Shades of Mikado #3F3618
Tints of Mikado #3F3618
RGB
CMYK
RGB Variations
Color information
#3F3618 (or 0x3F3618) is known color: Mikado. HEX triplet: 3F, 36 and 18. RGB value is (63,54,24). Sum of RGB (Red+Green+Blue) = 63+54+24=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3618 is #C0C9E7. Grayscale: #353535. Windows color (decimal): -12634600 or 1586751. OLE color: 1586751.
HSL color Cylindrical-coordinate representation of color #3F3618: hue angle of 46.15º 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 #3F3618 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 24 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.75 |
| HSL | 46.15º | 0.45% | 0.17% | - |
| HSV(B) | 46.15º | 0.62% | 0.25% | - |
| XYZ | 3.53 | 3.76 | 1.4 | - |
| YUV | 53.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 24 | 0 | 0.14 | 0.62 | 0.75 | 46.15 | 0.45 | 0.17 |
| Hex | 3F | 36 | 18 | 0 | E | 3E | 4B | 2E | 2D | 11 |
| Octal | 77 | 66 | 30 | 0 | 16 | 76 | 113 | 56 | 55 | 21 |
| Binary | 111111 | 110110 | 11000 | 0 | 1110 | 111110 | 1001011 | 101110 | 101101 | 10001 |
Color Harmonies of #3F3618
Complementary color
Monochromatic Colors of #3F3618
Black with #3F3618
Text Example
Text Example
White with #3F3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3618; }
p { color: rgb(63,54,24); }
H1.HeaderClassName
{
color: #3F3618;
}
.AnyTagClassName
{
color: #3F3618;
}
</style>
background-color css
<style>
a { background-color: #3F3618; }
a { background-color: rgb(63,54,24); }
div.DivClassName
{
background-color: #3F3618;
}
.BgClassName
{
background-color: #3F3618;
}
</style>
border-color css
<style>
span { border-color: #3F3618; }
span { border-color: rgb(63,54,24); }
td.TdClassName
{
border-color: #3F3618;
}
.TagClassName
{
border-color: #3F3618;
}
</style>