#3E3220

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

Shades of Mikado #3E3220

Tints of Mikado #3E3220

Color information

#3E3220 (or 0x3E3220) is unknown color: approx Mikado. HEX triplet: 3E, 32 and 20. RGB value is (62,50,32). Sum of RGB (Red+Green+Blue) = 62+50+32=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3220 is #C1CDDF. Grayscale: #333333. Windows color (decimal): -12701152 or 2110014. OLE color: 2110014.

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

Color convert

RGB625032-
CMYK00.190.480.76
HSL36º31.91%18.43%-
HSV(B)36º48.39%24.31%-
XYZ3.393.411.85-
YUV51.54116.98135.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.06%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=43.06%
G=34.72%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62503200.190.480.763631.9118.43
Hex3E3220013304C242012
Octal76624002360114444022
Binary111110110010100000010011110000100110010010010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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