#3E3114

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

Shades of Mikado #3E3114

Tints of Mikado #3E3114

Color information

#3E3114 (or 0x3E3114) is unknown color: approx Mikado. HEX triplet: 3E, 31 and 14. RGB value is (62,49,20). Sum of RGB (Red+Green+Blue) = 62+49+20=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3114 is #C1CEEB. Grayscale: #313131. Windows color (decimal): -12701420 or 1323326. OLE color: 1323326.

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

Color convert

RGB624920-
CMYK00.210.680.76
HSL41.43º51.22%16.08%-
HSV(B)41.43º67.74%24.31%-
XYZ3.213.271.12-
YUV49.58111.31136.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.33%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=47.33%
G=37.40%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62492000.210.680.7641.4351.2216.08
Hex3E3114015444C293310
Octal766124025104114516320
Binary111110110001101000101011000100100110010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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