#3E3314

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

Shades of Mikado #3E3314

Tints of Mikado #3E3314

Color information

#3E3314 (or 0x3E3314) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 14. RGB value is (62,51,20). Sum of RGB (Red+Green+Blue) = 62+51+20=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3314 is #C1CCEB. Grayscale: #323232. Windows color (decimal): -12700908 or 1323838. OLE color: 1323838.

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

Color convert

RGB625120-
CMYK00.180.680.76
HSL44.29º51.22%16.08%-
HSV(B)44.29º67.74%24.31%-
XYZ3.33.441.15-
YUV50.76110.64136.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.62%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=46.62%
G=38.35%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62512000.180.680.7644.2951.2216.08
Hex3E3314012444C2c3310
Octal766324022104114546320
Binary111110110011101000100101000100100110010110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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