#3E3210

Color #3E3210 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #3E3210

Tints of Mikado #3E3210

Color information

#3E3210 (or 0x3E3210) is unknown color: approx Mikado. HEX triplet: 3E, 32 and 10. RGB value is (62,50,16). Sum of RGB (Red+Green+Blue) = 62+50+16=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3210 is #C1CDEF. Grayscale: #313131. Windows color (decimal): -12701168 or 1061438. OLE color: 1061438.

HSL color Cylindrical-coordinate representation of color #3E3210: hue angle of 44.35º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E3210 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB625016-
CMYK00.190.740.76
HSL44.35º58.97%15.29%-
HSV(B)44.35º74.19%24.31%-
XYZ3.223.340.97-
YUV49.71108.98136.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 48.44%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=48.44%
G=39.06%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62501600.190.740.7644.3558.9715.29
Hex3E32100134A4C2c3bf
Octal766220023112114547317
Binary11111011001010000010011100101010011001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3210; }

 p { color: rgb(62,50,16); }

 H1.HeaderClassName
 {
   color: #3E3210;
 }
 .AnyTagClassName
 {
   color: #3E3210;
 }
</style>
background-color css

<style>
 a { background-color: #3E3210; }

 a { background-color: rgb(62,50,16); }

 div.DivClassName
 {
   background-color: #3E3210;
 }
 .BgClassName
 {
   background-color: #3E3210;
 }
</style>
border-color css

<style>
 span { border-color: #3E3210; }

 span { border-color: rgb(62,50,16); }

 td.TdClassName
 {
   border-color: #3E3210;
 }
 .TagClassName
 {
   border-color: #3E3210;
 }
</style>