Shades of Mikado #3F3319
Tints of Mikado #3F3319
RGB
CMYK
RGB Variations
Color information
#3F3319 (or 0x3F3319) is known color: Mikado. HEX triplet: 3F, 33 and 19. RGB value is (63,51,25). Sum of RGB (Red+Green+Blue) = 63+51+25=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3319 is #C0CCE6. Grayscale: #333333. Windows color (decimal): -12635367 or 1651519. OLE color: 1651519.
HSL color Cylindrical-coordinate representation of color #3F3319: hue angle of 41.05º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3319 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 25 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.75 |
| HSL | 41.05º | 0.43% | 0.17% | - |
| HSV(B) | 41.05º | 0.6% | 0.25% | - |
| XYZ | 3.41 | 3.49 | 1.41 | - |
| YUV | 51.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 25 | 0 | 0.19 | 0.60 | 0.75 | 41.05 | 0.43 | 0.17 |
| Hex | 3F | 33 | 19 | 0 | 13 | 3C | 4B | 29 | 2B | 11 |
| Octal | 77 | 63 | 31 | 0 | 23 | 74 | 113 | 51 | 53 | 21 |
| Binary | 111111 | 110011 | 11001 | 0 | 10011 | 111100 | 1001011 | 101001 | 101011 | 10001 |
Color Harmonies of #3F3319
Complementary color
Monochromatic Colors of #3F3319
Black with #3F3319
Text Example
Text Example
White with #3F3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3319; }
p { color: rgb(63,51,25); }
H1.HeaderClassName
{
color: #3F3319;
}
.AnyTagClassName
{
color: #3F3319;
}
</style>
background-color css
<style>
a { background-color: #3F3319; }
a { background-color: rgb(63,51,25); }
div.DivClassName
{
background-color: #3F3319;
}
.BgClassName
{
background-color: #3F3319;
}
</style>
border-color css
<style>
span { border-color: #3F3319; }
span { border-color: rgb(63,51,25); }
td.TdClassName
{
border-color: #3F3319;
}
.TagClassName
{
border-color: #3F3319;
}
</style>