#3E341D

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

Shades of Mikado #3E341D

Tints of Mikado #3E341D

Color information

#3E341D (or 0x3E341D) is unknown color: approx Mikado. HEX triplet: 3E, 34 and 1D. RGB value is (62,52,29). Sum of RGB (Red+Green+Blue) = 62+52+29=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E341D is #C1CBE2. Grayscale: #343434. Windows color (decimal): -12700643 or 1913918. OLE color: 1913918.

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

Color convert

RGB625229-
CMYK00.160.530.76
HSL41.82º36.26%17.84%-
HSV(B)41.82º53.23%24.31%-
XYZ3.443.571.67-
YUV52.37114.81134.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.36%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=43.36%
G=36.36%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62522900.160.530.7641.8236.2617.84
Hex3E341D010354C2a2412
Octal76643502065114524422
Binary11111011010011101010000110101100110010101010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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