Shades of Mikado #3F2D0D
Tints of Mikado #3F2D0D
RGB
CMYK
RGB Variations
Color information
#3F2D0D (or 0x3F2D0D) is known color: Mikado. HEX triplet: 3F, 2D and 0D. RGB value is (63,45,13). Sum of RGB (Red+Green+Blue) = 63+45+13=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2D0D is #C0D2F2. Grayscale: #2E2E2E. Windows color (decimal): -12636915 or 863551. OLE color: 863551.
HSL color Cylindrical-coordinate representation of color #3F2D0D: hue angle of 38.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2D0D is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 13 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.75 |
| HSL | 38.4º | 0.66% | 0.15% | - |
| HSV(B) | 38.4º | 0.79% | 0.25% | - |
| XYZ | 3.06 | 2.96 | 0.79 | - |
| YUV | 46.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 13 | 0 | 0.29 | 0.79 | 0.75 | 38.4 | 0.66 | 0.15 |
| Hex | 3F | 2D | D | 0 | 1D | 4F | 4B | 26 | 42 | F |
| Octal | 77 | 55 | 15 | 0 | 35 | 117 | 113 | 46 | 102 | 17 |
| Binary | 111111 | 101101 | 1101 | 0 | 11101 | 1001111 | 1001011 | 100110 | 1000010 | 1111 |
Color Harmonies of #3F2D0D
Complementary color
Monochromatic Colors of #3F2D0D
Black with #3F2D0D
Text Example
Text Example
White with #3F2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D0D; }
p { color: rgb(63,45,13); }
H1.HeaderClassName
{
color: #3F2D0D;
}
.AnyTagClassName
{
color: #3F2D0D;
}
</style>
background-color css
<style>
a { background-color: #3F2D0D; }
a { background-color: rgb(63,45,13); }
div.DivClassName
{
background-color: #3F2D0D;
}
.BgClassName
{
background-color: #3F2D0D;
}
</style>
border-color css
<style>
span { border-color: #3F2D0D; }
span { border-color: rgb(63,45,13); }
td.TdClassName
{
border-color: #3F2D0D;
}
.TagClassName
{
border-color: #3F2D0D;
}
</style>