#3E331A

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

Shades of Mikado #3E331A

Tints of Mikado #3E331A

Color information

#3E331A (or 0x3E331A) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 1A. RGB value is (62,51,26). Sum of RGB (Red+Green+Blue) = 62+51+26=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E331A is #C1CCE5. Grayscale: #333333. Windows color (decimal): -12700902 or 1717054. OLE color: 1717054.

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

Color convert

RGB625126-
CMYK00.180.580.76
HSL41.67º40.91%17.25%-
HSV(B)41.67º58.06%24.31%-
XYZ3.363.471.47-
YUV51.44113.64135.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=44.60%
G=36.69%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62512600.180.580.7641.6740.9117.25
Hex3E331A0123A4C2a2911
Octal76633202272114525121
Binary11111011001111010010010111010100110010101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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