#3E361D

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

Shades of Mikado #3E361D

Tints of Mikado #3E361D

Color information

#3E361D (or 0x3E361D) is unknown color: approx Mikado. HEX triplet: 3E, 36 and 1D. RGB value is (62,54,29). Sum of RGB (Red+Green+Blue) = 62+54+29=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E361D is #C1C9E2. Grayscale: #353535. Windows color (decimal): -12700131 or 1914430. OLE color: 1914430.

HSL color Cylindrical-coordinate representation of color #3E361D: hue angle of 45.45º 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 #3E361D is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB625429-
CMYK00.130.530.76
HSL45.45º36.26%17.84%-
HSV(B)45.45º53.23%24.31%-
XYZ3.533.751.7-
YUV53.54114.15134.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.76%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 29 (11.72% from 255) = 20%
R=42.76%
G=37.24%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62542900.130.530.7645.4536.2617.84
Hex3E361D0D354C2d2412
Octal76663501565114554422
Binary1111101101101110101101110101100110010110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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