#3E3412

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

Shades of Mikado #3E3412

Tints of Mikado #3E3412

Color information

#3E3412 (or 0x3E3412) is unknown color: approx Mikado. HEX triplet: 3E, 34 and 12. RGB value is (62,52,18). Sum of RGB (Red+Green+Blue) = 62+52+18=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3412 is #C1CBED. Grayscale: #333333. Windows color (decimal): -12700654 or 1193022. OLE color: 1193022.

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

Color convert

RGB625218-
CMYK00.160.710.76
HSL46.36º55%15.69%-
HSV(B)46.36º70.97%24.31%-
XYZ3.323.521.08-
YUV51.11109.31135.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=46.97%
G=39.39%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62521800.160.710.7646.365515.69
Hex3E3412010474C2e3710
Octal766422020107114566720
Binary111110110100100100100001000111100110010111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,52,18); }

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

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

 a { background-color: rgb(62,52,18); }

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

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

 span { border-color: rgb(62,52,18); }

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