Shades of Mikado #3E2F02
Tints of Mikado #3E2F02
RGB
CMYK
RGB Variations
Color information
#3E2F02 (or 0x3E2F02) is known color: Mikado. HEX triplet: 3E, 2F and 02. RGB value is (62,47,2). Sum of RGB (Red+Green+Blue) = 62+47+2=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2F02 is #C1D0FD. Grayscale: #2E2E2E. Windows color (decimal): -12701950 or 143166. OLE color: 143166.
HSL color Cylindrical-coordinate representation of color #3E2F02: hue angle of 45º 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 #3E2F02 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 47 | 2 | - |
CMYK | 0 | 0.24 | 0.97 | 0.76 |
HSL | 45º | 0.94% | 0.13% | - |
HSV(B) | 45º | 0.97% | 0.24% | - |
XYZ | 3.01 | 3.06 | 0.49 | - |
YUV | 46.36 | 102.97 | 139.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 47 | 2 | 0 | 0.24 | 0.97 | 0.76 | 45 | 0.94 | 0.13 |
Hex | 3E | 2F | 2 | 0 | 18 | 61 | 4C | 2D | 5E | D |
Octal | 76 | 57 | 2 | 0 | 30 | 141 | 114 | 55 | 136 | 15 |
Binary | 111110 | 101111 | 10 | 0 | 11000 | 1100001 | 1001100 | 101101 | 1011110 | 1101 |
Color Harmonies of #3E2F02
Complementary color
Monochromatic Colors of #3E2F02
Black with #3E2F02
Text Example
Text Example
White with #3E2F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F02; }
p { color: rgb(62,47,2); }
H1.HeaderClassName
{
color: #3E2F02;
}
.AnyTagClassName
{
color: #3E2F02;
}
</style>
background-color css
<style>
a { background-color: #3E2F02; }
a { background-color: rgb(62,47,2); }
div.DivClassName
{
background-color: #3E2F02;
}
.BgClassName
{
background-color: #3E2F02;
}
</style>
border-color css
<style>
span { border-color: #3E2F02; }
span { border-color: rgb(62,47,2); }
td.TdClassName
{
border-color: #3E2F02;
}
.TagClassName
{
border-color: #3E2F02;
}
</style>