Shades of Mikado #3F2F03
Tints of Mikado #3F2F03
RGB
CMYK
RGB Variations
Color information
#3F2F03 (or 0x3F2F03) is known color: Mikado. HEX triplet: 3F, 2F and 03. RGB value is (63,47,3). Sum of RGB (Red+Green+Blue) = 63+47+3=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F03 is #C0D0FC. Grayscale: #2E2E2E. Windows color (decimal): -12636413 or 208703. OLE color: 208703.
HSL color Cylindrical-coordinate representation of color #3F2F03: hue angle of 44º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F2F03 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 3 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.75 |
| HSL | 44º | 0.91% | 0.13% | - |
| HSV(B) | 44º | 0.95% | 0.25% | - |
| XYZ | 3.08 | 3.1 | 0.52 | - |
| YUV | 46.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 3 | 0 | 0.25 | 0.95 | 0.75 | 44 | 0.91 | 0.13 |
| Hex | 3F | 2F | 3 | 0 | 19 | 5F | 4B | 2C | 5B | D |
| Octal | 77 | 57 | 3 | 0 | 31 | 137 | 113 | 54 | 133 | 15 |
| Binary | 111111 | 101111 | 11 | 0 | 11001 | 1011111 | 1001011 | 101100 | 1011011 | 1101 |
Color Harmonies of #3F2F03
Complementary color
Monochromatic Colors of #3F2F03
Black with #3F2F03
Text Example
Text Example
White with #3F2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F03; }
p { color: rgb(63,47,3); }
H1.HeaderClassName
{
color: #3F2F03;
}
.AnyTagClassName
{
color: #3F2F03;
}
</style>
background-color css
<style>
a { background-color: #3F2F03; }
a { background-color: rgb(63,47,3); }
div.DivClassName
{
background-color: #3F2F03;
}
.BgClassName
{
background-color: #3F2F03;
}
</style>
border-color css
<style>
span { border-color: #3F2F03; }
span { border-color: rgb(63,47,3); }
td.TdClassName
{
border-color: #3F2F03;
}
.TagClassName
{
border-color: #3F2F03;
}
</style>