Shades of Mikado #3E3208
Tints of Mikado #3E3208
RGB
CMYK
RGB Variations
Color information
#3E3208 (or 0x3E3208) is known color: Mikado. HEX triplet: 3E, 32 and 08. RGB value is (62,50,8). Sum of RGB (Red+Green+Blue) = 62+50+8=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3208 is #C1CDF7. Grayscale: #303030. Windows color (decimal): -12701176 or 537150. OLE color: 537150.
HSL color Cylindrical-coordinate representation of color #3E3208: hue angle of 46.67º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E3208 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 50 | 8 | - |
CMYK | 0 | 0.19 | 0.87 | 0.76 |
HSL | 46.67º | 0.77% | 0.14% | - |
HSV(B) | 46.67º | 0.87% | 0.24% | - |
XYZ | 3.17 | 3.32 | 0.7 | - |
YUV | 48.8 | 104.98 | 137.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 50 | 8 | 0 | 0.19 | 0.87 | 0.76 | 46.67 | 0.77 | 0.14 |
Hex | 3E | 32 | 8 | 0 | 13 | 57 | 4C | 2F | 4D | E |
Octal | 76 | 62 | 10 | 0 | 23 | 127 | 114 | 57 | 115 | 16 |
Binary | 111110 | 110010 | 1000 | 0 | 10011 | 1010111 | 1001100 | 101111 | 1001101 | 1110 |
Color Harmonies of #3E3208
Complementary color
Monochromatic Colors of #3E3208
Black with #3E3208
Text Example
Text Example
White with #3E3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3208; }
p { color: rgb(62,50,8); }
H1.HeaderClassName
{
color: #3E3208;
}
.AnyTagClassName
{
color: #3E3208;
}
</style>
background-color css
<style>
a { background-color: #3E3208; }
a { background-color: rgb(62,50,8); }
div.DivClassName
{
background-color: #3E3208;
}
.BgClassName
{
background-color: #3E3208;
}
</style>
border-color css
<style>
span { border-color: #3E3208; }
span { border-color: rgb(62,50,8); }
td.TdClassName
{
border-color: #3E3208;
}
.TagClassName
{
border-color: #3E3208;
}
</style>