#3E331D

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

Shades of Mikado #3E331D

Tints of Mikado #3E331D

Color information

#3E331D (or 0x3E331D) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 1D. RGB value is (62,51,29). Sum of RGB (Red+Green+Blue) = 62+51+29=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E331D is #C1CCE2. Grayscale: #333333. Windows color (decimal): -12700899 or 1913662. OLE color: 1913662.

HSL color Cylindrical-coordinate representation of color #3E331D: hue angle of 40º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E331D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB625129-
CMYK00.180.530.76
HSL40º36.26%17.84%-
HSV(B)40º53.23%24.31%-
XYZ3.393.481.66-
YUV51.78115.14135.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=43.66%
G=35.92%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62512900.180.530.764036.2617.84
Hex3E331D012354C282412
Octal76633502265114504422
Binary11111011001111101010010110101100110010100010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,29); }

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

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

 a { background-color: rgb(62,51,29); }

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

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

 span { border-color: rgb(62,51,29); }

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