#3E3720

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

Shades of Mikado #3E3720

Tints of Mikado #3E3720

Color information

#3E3720 (or 0x3E3720) is unknown color: approx Mikado. HEX triplet: 3E, 37 and 20. RGB value is (62,55,32). Sum of RGB (Red+Green+Blue) = 62+55+32=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3720 is #C1C8DF. Grayscale: #363636. Windows color (decimal): -12699872 or 2111294. OLE color: 2111294.

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

Color convert

RGB625532-
CMYK00.110.480.76
HSL46º31.91%18.43%-
HSV(B)46º48.39%24.31%-
XYZ3.613.861.92-
YUV54.47115.32133.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.61%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=41.61%
G=36.91%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62553200.110.480.764631.9118.43
Hex3E37200B304C2e2012
Octal76674001360114564022
Binary11111011011110000001011110000100110010111010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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