#3E351F

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

Shades of Mikado #3E351F

Tints of Mikado #3E351F

Color information

#3E351F (or 0x3E351F) is unknown color: approx Mikado. HEX triplet: 3E, 35 and 1F. RGB value is (62,53,31). Sum of RGB (Red+Green+Blue) = 62+53+31=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E351F is #C1CAE0. Grayscale: #353535. Windows color (decimal): -12700385 or 2045246. OLE color: 2045246.

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

Color convert

RGB625331-
CMYK00.150.50.76
HSL42.58º33.33%18.24%-
HSV(B)42.58º50%24.31%-
XYZ3.513.671.82-
YUV53.18115.48134.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.47%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=42.47%
G=36.30%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62533100.150.50.7642.5833.3318.24
Hex3E351F0F324C2b2112
Octal76653701762114534122
Binary1111101101011111101111110010100110010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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