Shades of Mikado #3E2F18
Tints of Mikado #3E2F18
RGB
CMYK
RGB Variations
Color information
#3E2F18 (or 0x3E2F18) is known color: Mikado. HEX triplet: 3E, 2F and 18. RGB value is (62,47,24). Sum of RGB (Red+Green+Blue) = 62+47+24=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2F18 is #C1D0E7. Grayscale: #303030. Windows color (decimal): -12701928 or 1584958. OLE color: 1584958.
HSL color Cylindrical-coordinate representation of color #3E2F18: hue angle of 36.32º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E2F18 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 24 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.76 |
| HSL | 36.32º | 0.44% | 0.17% | - |
| HSV(B) | 36.32º | 0.61% | 0.24% | - |
| XYZ | 3.17 | 3.12 | 1.3 | - |
| YUV | 48.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 24 | 0 | 0.24 | 0.61 | 0.76 | 36.32 | 0.44 | 0.17 |
| Hex | 3E | 2F | 18 | 0 | 18 | 3D | 4C | 24 | 2C | 11 |
| Octal | 76 | 57 | 30 | 0 | 30 | 75 | 114 | 44 | 54 | 21 |
| Binary | 111110 | 101111 | 11000 | 0 | 11000 | 111101 | 1001100 | 100100 | 101100 | 10001 |
Color Harmonies of #3E2F18
Complementary color
Monochromatic Colors of #3E2F18
Black with #3E2F18
Text Example
Text Example
White with #3E2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F18; }
p { color: rgb(62,47,24); }
H1.HeaderClassName
{
color: #3E2F18;
}
.AnyTagClassName
{
color: #3E2F18;
}
</style>
background-color css
<style>
a { background-color: #3E2F18; }
a { background-color: rgb(62,47,24); }
div.DivClassName
{
background-color: #3E2F18;
}
.BgClassName
{
background-color: #3E2F18;
}
</style>
border-color css
<style>
span { border-color: #3E2F18; }
span { border-color: rgb(62,47,24); }
td.TdClassName
{
border-color: #3E2F18;
}
.TagClassName
{
border-color: #3E2F18;
}
</style>