Shades of Mikado #3E2D03
Tints of Mikado #3E2D03
RGB
CMYK
RGB Variations
Color information
#3E2D03 (or 0x3E2D03) is known color: Mikado. HEX triplet: 3E, 2D and 03. RGB value is (62,45,3). Sum of RGB (Red+Green+Blue) = 62+45+3=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2D03 is #C1D2FC. Grayscale: #2D2D2D. Windows color (decimal): -12702461 or 208190. OLE color: 208190.
HSL color Cylindrical-coordinate representation of color #3E2D03: hue angle of 42.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E2D03 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 45 | 3 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.76 |
| HSL | 42.71º | 0.91% | 0.13% | - |
| HSV(B) | 42.71º | 0.95% | 0.24% | - |
| XYZ | 2.94 | 2.91 | 0.49 | - |
| YUV | 45.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 3 | 0 | 0.27 | 0.95 | 0.76 | 42.71 | 0.91 | 0.13 |
| Hex | 3E | 2D | 3 | 0 | 1B | 5F | 4C | 2B | 5B | D |
| Octal | 76 | 55 | 3 | 0 | 33 | 137 | 114 | 53 | 133 | 15 |
| Binary | 111110 | 101101 | 11 | 0 | 11011 | 1011111 | 1001100 | 101011 | 1011011 | 1101 |
Color Harmonies of #3E2D03
Complementary color
Monochromatic Colors of #3E2D03
Black with #3E2D03
Text Example
Text Example
White with #3E2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2D03; }
p { color: rgb(62,45,3); }
H1.HeaderClassName
{
color: #3E2D03;
}
.AnyTagClassName
{
color: #3E2D03;
}
</style>
background-color css
<style>
a { background-color: #3E2D03; }
a { background-color: rgb(62,45,3); }
div.DivClassName
{
background-color: #3E2D03;
}
.BgClassName
{
background-color: #3E2D03;
}
</style>
border-color css
<style>
span { border-color: #3E2D03; }
span { border-color: rgb(62,45,3); }
td.TdClassName
{
border-color: #3E2D03;
}
.TagClassName
{
border-color: #3E2D03;
}
</style>