Shades of Mikado #3E360B
Tints of Mikado #3E360B
RGB
CMYK
RGB Variations
Color information
#3E360B (or 0x3E360B) is known color: Mikado. HEX triplet: 3E, 36 and 0B. RGB value is (62,54,11). Sum of RGB (Red+Green+Blue) = 62+54+11=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E360B is #C1C9F4. Grayscale: #333333. Windows color (decimal): -12700149 or 734782. OLE color: 734782.
HSL color Cylindrical-coordinate representation of color #3E360B: hue angle of 50.59º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E360B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 54 | 11 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.76 |
| HSL | 50.59º | 0.7% | 0.14% | - |
| HSV(B) | 50.59º | 0.82% | 0.24% | - |
| XYZ | 3.37 | 3.69 | 0.85 | - |
| YUV | 51.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 11 | 0 | 0.13 | 0.82 | 0.76 | 50.59 | 0.7 | 0.14 |
| Hex | 3E | 36 | B | 0 | D | 52 | 4C | 33 | 46 | E |
| Octal | 76 | 66 | 13 | 0 | 15 | 122 | 114 | 63 | 106 | 16 |
| Binary | 111110 | 110110 | 1011 | 0 | 1101 | 1010010 | 1001100 | 110011 | 1000110 | 1110 |
Color Harmonies of #3E360B
Complementary color
Monochromatic Colors of #3E360B
Black with #3E360B
Text Example
Text Example
White with #3E360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E360B; }
p { color: rgb(62,54,11); }
H1.HeaderClassName
{
color: #3E360B;
}
.AnyTagClassName
{
color: #3E360B;
}
</style>
background-color css
<style>
a { background-color: #3E360B; }
a { background-color: rgb(62,54,11); }
div.DivClassName
{
background-color: #3E360B;
}
.BgClassName
{
background-color: #3E360B;
}
</style>
border-color css
<style>
span { border-color: #3E360B; }
span { border-color: rgb(62,54,11); }
td.TdClassName
{
border-color: #3E360B;
}
.TagClassName
{
border-color: #3E360B;
}
</style>