#3E3118

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

Shades of Mikado #3E3118

Tints of Mikado #3E3118

Color information

#3E3118 (or 0x3E3118) is unknown color: approx Mikado. HEX triplet: 3E, 31 and 18. RGB value is (62,49,24). Sum of RGB (Red+Green+Blue) = 62+49+24=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3118 is #C1CEE7. Grayscale: #323232. Windows color (decimal): -12701416 or 1585470. OLE color: 1585470.

HSL color Cylindrical-coordinate representation of color #3E3118: hue angle of 39.47º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E3118 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB624924-
CMYK00.210.610.76
HSL39.47º44.19%16.86%-
HSV(B)39.47º61.29%24.31%-
XYZ3.253.291.33-
YUV50.04113.31136.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=45.93%
G=36.30%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62492400.210.610.7639.4744.1916.86
Hex3E31180153D4C272c11
Octal76613002575114475421
Binary11111011000111000010101111101100110010011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,24); }

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

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

 a { background-color: rgb(62,49,24); }

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

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

 span { border-color: rgb(62,49,24); }

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