#3E321A

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

Shades of Mikado #3E321A

Tints of Mikado #3E321A

Color information

#3E321A (or 0x3E321A) is unknown color: approx Mikado. HEX triplet: 3E, 32 and 1A. RGB value is (62,50,26). Sum of RGB (Red+Green+Blue) = 62+50+26=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E321A is #C1CDE5. Grayscale: #323232. Windows color (decimal): -12701158 or 1716798. OLE color: 1716798.

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

Color convert

RGB625026-
CMYK00.190.580.76
HSL40º40.91%17.25%-
HSV(B)40º58.06%24.31%-
XYZ3.313.381.46-
YUV50.85113.98135.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=44.93%
G=36.23%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62502600.190.580.764040.9117.25
Hex3E321A0133A4C282911
Octal76623202372114505121
Binary11111011001011010010011111010100110010100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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