#3E311B

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

Shades of Mikado #3E311B

Tints of Mikado #3E311B

Color information

#3E311B (or 0x3E311B) is unknown color: approx Mikado. HEX triplet: 3E, 31 and 1B. RGB value is (62,49,27). Sum of RGB (Red+Green+Blue) = 62+49+27=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E311B is #C1CEE4. Grayscale: #323232. Windows color (decimal): -12701413 or 1782078. OLE color: 1782078.

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

Color convert

RGB624927-
CMYK00.210.560.76
HSL37.71º39.33%17.45%-
HSV(B)37.71º56.45%24.31%-
XYZ3.283.31.5-
YUV50.38114.81136.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=44.93%
G=35.51%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62492700.210.560.7637.7139.3317.45
Hex3E311B015384C262711
Octal76613302570114464721
Binary11111011000111011010101111000100110010011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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