Shades of Mikado #3F360B
Tints of Mikado #3F360B
RGB
CMYK
RGB Variations
Color information
#3F360B (or 0x3F360B) is known color: Mikado. HEX triplet: 3F, 36 and 0B. RGB value is (63,54,11). Sum of RGB (Red+Green+Blue) = 63+54+11=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F360B is #C0C9F4. Grayscale: #333333. Windows color (decimal): -12634613 or 734783. OLE color: 734783.
HSL color Cylindrical-coordinate representation of color #3F360B: hue angle of 49.62º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F360B is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 11 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.75 |
| HSL | 49.62º | 0.7% | 0.15% | - |
| HSV(B) | 49.62º | 0.83% | 0.25% | - |
| XYZ | 3.43 | 3.72 | 0.85 | - |
| YUV | 51.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 11 | 0 | 0.14 | 0.83 | 0.75 | 49.62 | 0.7 | 0.15 |
| Hex | 3F | 36 | B | 0 | E | 53 | 4B | 32 | 46 | F |
| Octal | 77 | 66 | 13 | 0 | 16 | 123 | 113 | 62 | 106 | 17 |
| Binary | 111111 | 110110 | 1011 | 0 | 1110 | 1010011 | 1001011 | 110010 | 1000110 | 1111 |
Color Harmonies of #3F360B
Complementary color
Monochromatic Colors of #3F360B
Black with #3F360B
Text Example
Text Example
White with #3F360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F360B; }
p { color: rgb(63,54,11); }
H1.HeaderClassName
{
color: #3F360B;
}
.AnyTagClassName
{
color: #3F360B;
}
</style>
background-color css
<style>
a { background-color: #3F360B; }
a { background-color: rgb(63,54,11); }
div.DivClassName
{
background-color: #3F360B;
}
.BgClassName
{
background-color: #3F360B;
}
</style>
border-color css
<style>
span { border-color: #3F360B; }
span { border-color: rgb(63,54,11); }
td.TdClassName
{
border-color: #3F360B;
}
.TagClassName
{
border-color: #3F360B;
}
</style>