#3E350D

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

Shades of Mikado #3E350D

Tints of Mikado #3E350D

Color information

#3E350D (or 0x3E350D) is unknown color: approx Mikado. HEX triplet: 3E, 35 and 0D. RGB value is (62,53,13). Sum of RGB (Red+Green+Blue) = 62+53+13=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E350D is #C1CAF2. Grayscale: #333333. Windows color (decimal): -12700403 or 865598. OLE color: 865598.

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

Color convert

RGB625313-
CMYK00.150.790.76
HSL48.98º65.33%14.71%-
HSV(B)48.98º79.03%24.31%-
XYZ3.333.60.9-
YUV51.13106.48135.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.44%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=48.44%
G=41.41%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62531300.150.790.7648.9865.3314.71
Hex3E35D0F4F4C3141f
Octal7665150171171146110117
Binary1111101101011101011111001111100110011000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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