Shades of Mikado #3E3403
Tints of Mikado #3E3403
RGB
CMYK
RGB Variations
Color information
#3E3403 (or 0x3E3403) is known color: Mikado. HEX triplet: 3E, 34 and 03. RGB value is (62,52,3). Sum of RGB (Red+Green+Blue) = 62+52+3=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3403 is #C1CBFC. Grayscale: #313131. Windows color (decimal): -12700669 or 209982. OLE color: 209982.
HSL color Cylindrical-coordinate representation of color #3E3403: hue angle of 49.83º 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 #3E3403 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 52 | 3 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.76 |
| HSL | 49.83º | 0.91% | 0.13% | - |
| HSV(B) | 49.83º | 0.95% | 0.24% | - |
| XYZ | 3.23 | 3.49 | 0.59 | - |
| YUV | 49.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 3 | 0 | 0.16 | 0.95 | 0.76 | 49.83 | 0.91 | 0.13 |
| Hex | 3E | 34 | 3 | 0 | 10 | 5F | 4C | 32 | 5B | D |
| Octal | 76 | 64 | 3 | 0 | 20 | 137 | 114 | 62 | 133 | 15 |
| Binary | 111110 | 110100 | 11 | 0 | 10000 | 1011111 | 1001100 | 110010 | 1011011 | 1101 |
Color Harmonies of #3E3403
Complementary color
Monochromatic Colors of #3E3403
Black with #3E3403
Text Example
Text Example
White with #3E3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3403; }
p { color: rgb(62,52,3); }
H1.HeaderClassName
{
color: #3E3403;
}
.AnyTagClassName
{
color: #3E3403;
}
</style>
background-color css
<style>
a { background-color: #3E3403; }
a { background-color: rgb(62,52,3); }
div.DivClassName
{
background-color: #3E3403;
}
.BgClassName
{
background-color: #3E3403;
}
</style>
border-color css
<style>
span { border-color: #3E3403; }
span { border-color: rgb(62,52,3); }
td.TdClassName
{
border-color: #3E3403;
}
.TagClassName
{
border-color: #3E3403;
}
</style>