Shades of Mikado #3F361A
Tints of Mikado #3F361A
RGB
CMYK
RGB Variations
Color information
#3F361A (or 0x3F361A) is known color: Mikado. HEX triplet: 3F, 36 and 1A. RGB value is (63,54,26). Sum of RGB (Red+Green+Blue) = 63+54+26=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F361A is #C0C9E5. Grayscale: #353535. Windows color (decimal): -12634598 or 1717823. OLE color: 1717823.
HSL color Cylindrical-coordinate representation of color #3F361A: hue angle of 45.41º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F361A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 26 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.75 |
| HSL | 45.41º | 0.42% | 0.17% | - |
| HSV(B) | 45.41º | 0.59% | 0.25% | - |
| XYZ | 3.56 | 3.77 | 1.52 | - |
| YUV | 53.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 26 | 0 | 0.14 | 0.59 | 0.75 | 45.41 | 0.42 | 0.17 |
| Hex | 3F | 36 | 1A | 0 | E | 3B | 4B | 2D | 2A | 11 |
| Octal | 77 | 66 | 32 | 0 | 16 | 73 | 113 | 55 | 52 | 21 |
| Binary | 111111 | 110110 | 11010 | 0 | 1110 | 111011 | 1001011 | 101101 | 101010 | 10001 |
Color Harmonies of #3F361A
Complementary color
Monochromatic Colors of #3F361A
Black with #3F361A
Text Example
Text Example
White with #3F361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F361A; }
p { color: rgb(63,54,26); }
H1.HeaderClassName
{
color: #3F361A;
}
.AnyTagClassName
{
color: #3F361A;
}
</style>
background-color css
<style>
a { background-color: #3F361A; }
a { background-color: rgb(63,54,26); }
div.DivClassName
{
background-color: #3F361A;
}
.BgClassName
{
background-color: #3F361A;
}
</style>
border-color css
<style>
span { border-color: #3F361A; }
span { border-color: rgb(63,54,26); }
td.TdClassName
{
border-color: #3F361A;
}
.TagClassName
{
border-color: #3F361A;
}
</style>