Shades of Mikado #3E330C
Tints of Mikado #3E330C
RGB
CMYK
RGB Variations
Color information
#3E330C (or 0x3E330C) is known color: Mikado. HEX triplet: 3E, 33 and 0C. RGB value is (62,51,12). Sum of RGB (Red+Green+Blue) = 62+51+12=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E330C is #C1CCF3. Grayscale: #323232. Windows color (decimal): -12700916 or 799550. OLE color: 799550.
HSL color Cylindrical-coordinate representation of color #3E330C: hue angle of 46.8º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E330C is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 12 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.76 |
| HSL | 46.8º | 0.68% | 0.15% | - |
| HSV(B) | 46.8º | 0.81% | 0.24% | - |
| XYZ | 3.24 | 3.42 | 0.84 | - |
| YUV | 49.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 12 | 0 | 0.18 | 0.81 | 0.76 | 46.8 | 0.68 | 0.15 |
| Hex | 3E | 33 | C | 0 | 12 | 51 | 4C | 2F | 44 | F |
| Octal | 76 | 63 | 14 | 0 | 22 | 121 | 114 | 57 | 104 | 17 |
| Binary | 111110 | 110011 | 1100 | 0 | 10010 | 1010001 | 1001100 | 101111 | 1000100 | 1111 |
Color Harmonies of #3E330C
Complementary color
Monochromatic Colors of #3E330C
Black with #3E330C
Text Example
Text Example
White with #3E330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E330C; }
p { color: rgb(62,51,12); }
H1.HeaderClassName
{
color: #3E330C;
}
.AnyTagClassName
{
color: #3E330C;
}
</style>
background-color css
<style>
a { background-color: #3E330C; }
a { background-color: rgb(62,51,12); }
div.DivClassName
{
background-color: #3E330C;
}
.BgClassName
{
background-color: #3E330C;
}
</style>
border-color css
<style>
span { border-color: #3E330C; }
span { border-color: rgb(62,51,12); }
td.TdClassName
{
border-color: #3E330C;
}
.TagClassName
{
border-color: #3E330C;
}
</style>