#3E3419

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

Shades of Mikado #3E3419

Tints of Mikado #3E3419

Color information

#3E3419 (or 0x3E3419) is unknown color: approx Mikado. HEX triplet: 3E, 34 and 19. RGB value is (62,52,25). Sum of RGB (Red+Green+Blue) = 62+52+25=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3419 is #C1CBE6. Grayscale: #343434. Windows color (decimal): -12700647 or 1651774. OLE color: 1651774.

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

Color convert

RGB625225-
CMYK00.160.600.76
HSL43.78º42.53%17.06%-
HSV(B)43.78º59.68%24.31%-
XYZ3.393.551.43-
YUV51.91112.81135.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=44.60%
G=37.41%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62522500.160.600.7643.7842.5317.06
Hex3E34190103C4C2c2b11
Octal76643102074114545321
Binary11111011010011001010000111100100110010110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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