#3E321F

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

Shades of Mikado #3E321F

Tints of Mikado #3E321F

Color information

#3E321F (or 0x3E321F) is unknown color: approx Mikado. HEX triplet: 3E, 32 and 1F. RGB value is (62,50,31). Sum of RGB (Red+Green+Blue) = 62+50+31=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E321F is #C1CDE0. Grayscale: #333333. Windows color (decimal): -12701153 or 2044478. OLE color: 2044478.

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

Color convert

RGB625031-
CMYK00.190.50.76
HSL36.77º33.33%18.24%-
HSV(B)36.77º50%24.31%-
XYZ3.373.41.78-
YUV51.42116.48135.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.36%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=43.36%
G=34.97%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62503100.190.50.7636.7733.3318.24
Hex3E321F013324C252112
Octal76623702362114454122
Binary11111011001011111010011110010100110010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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