#3E2F15

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

Shades of Mikado #3E2F15

Tints of Mikado #3E2F15

Color information

#3E2F15 (or 0x3E2F15) is unknown color: approx Mikado. HEX triplet: 3E, 2F and 15. RGB value is (62,47,21). Sum of RGB (Red+Green+Blue) = 62+47+21=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2F15 is #C1D0EA. Grayscale: #303030. Windows color (decimal): -12701931 or 1388350. OLE color: 1388350.

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

Color convert

RGB624721-
CMYK00.240.660.76
HSL38.05º49.4%16.27%-
HSV(B)38.05º66.13%24.31%-
XYZ3.143.111.14-
YUV48.52112.47137.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=47.69%
G=36.15%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62472100.240.660.7638.0549.416.27
Hex3E2F15018424C263110
Octal765725030102114466120
Binary111110101111101010110001000010100110010011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,47,21); }

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

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

 a { background-color: rgb(62,47,21); }

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

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

 span { border-color: rgb(62,47,21); }

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