Shades of Mikado #3E2B02
Tints of Mikado #3E2B02
RGB
CMYK
RGB Variations
Color information
#3E2B02 (or 0x3E2B02) is known color: Mikado. HEX triplet: 3E, 2B and 02. RGB value is (62,43,2). Sum of RGB (Red+Green+Blue) = 62+43+2=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2B02 is #C1D4FD. Grayscale: #2C2C2C. Windows color (decimal): -12702974 or 142142. OLE color: 142142.
HSL color Cylindrical-coordinate representation of color #3E2B02: hue angle of 41º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E2B02 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 43 | 2 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.76 |
| HSL | 41º | 0.94% | 0.13% | - |
| HSV(B) | 41º | 0.97% | 0.24% | - |
| XYZ | 2.86 | 2.76 | 0.44 | - |
| YUV | 44.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 2 | 0 | 0.31 | 0.97 | 0.76 | 41 | 0.94 | 0.13 |
| Hex | 3E | 2B | 2 | 0 | 1F | 61 | 4C | 29 | 5E | D |
| Octal | 76 | 53 | 2 | 0 | 37 | 141 | 114 | 51 | 136 | 15 |
| Binary | 111110 | 101011 | 10 | 0 | 11111 | 1100001 | 1001100 | 101001 | 1011110 | 1101 |
Color Harmonies of #3E2B02
Complementary color
Monochromatic Colors of #3E2B02
Black with #3E2B02
Text Example
Text Example
White with #3E2B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B02; }
p { color: rgb(62,43,2); }
H1.HeaderClassName
{
color: #3E2B02;
}
.AnyTagClassName
{
color: #3E2B02;
}
</style>
background-color css
<style>
a { background-color: #3E2B02; }
a { background-color: rgb(62,43,2); }
div.DivClassName
{
background-color: #3E2B02;
}
.BgClassName
{
background-color: #3E2B02;
}
</style>
border-color css
<style>
span { border-color: #3E2B02; }
span { border-color: rgb(62,43,2); }
td.TdClassName
{
border-color: #3E2B02;
}
.TagClassName
{
border-color: #3E2B02;
}
</style>