Shades of Mikado #3F2C03
Tints of Mikado #3F2C03
RGB
CMYK
RGB Variations
Color information
#3F2C03 (or 0x3F2C03) is known color: Mikado. HEX triplet: 3F, 2C and 03. RGB value is (63,44,3). Sum of RGB (Red+Green+Blue) = 63+44+3=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C03 is #C0D3FC. Grayscale: #2D2D2D. Windows color (decimal): -12637181 or 207935. OLE color: 207935.
HSL color Cylindrical-coordinate representation of color #3F2C03: hue angle of 41º 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 #3F2C03 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 3 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.75 |
| HSL | 41º | 0.91% | 0.13% | - |
| HSV(B) | 41º | 0.95% | 0.25% | - |
| XYZ | 2.97 | 2.86 | 0.48 | - |
| YUV | 45.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 3 | 0 | 0.30 | 0.95 | 0.75 | 41 | 0.91 | 0.13 |
| Hex | 3F | 2C | 3 | 0 | 1E | 5F | 4B | 29 | 5B | D |
| Octal | 77 | 54 | 3 | 0 | 36 | 137 | 113 | 51 | 133 | 15 |
| Binary | 111111 | 101100 | 11 | 0 | 11110 | 1011111 | 1001011 | 101001 | 1011011 | 1101 |
Color Harmonies of #3F2C03
Complementary color
Monochromatic Colors of #3F2C03
Black with #3F2C03
Text Example
Text Example
White with #3F2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C03; }
p { color: rgb(63,44,3); }
H1.HeaderClassName
{
color: #3F2C03;
}
.AnyTagClassName
{
color: #3F2C03;
}
</style>
background-color css
<style>
a { background-color: #3F2C03; }
a { background-color: rgb(63,44,3); }
div.DivClassName
{
background-color: #3F2C03;
}
.BgClassName
{
background-color: #3F2C03;
}
</style>
border-color css
<style>
span { border-color: #3F2C03; }
span { border-color: rgb(63,44,3); }
td.TdClassName
{
border-color: #3F2C03;
}
.TagClassName
{
border-color: #3F2C03;
}
</style>