#3E310A

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

Shades of Mikado #3E310A

Tints of Mikado #3E310A

Color information

#3E310A (or 0x3E310A) is unknown color: approx Mikado. HEX triplet: 3E, 31 and 0A. RGB value is (62,49,10). Sum of RGB (Red+Green+Blue) = 62+49+10=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E310A is #C1CEF5. Grayscale: #303030. Windows color (decimal): -12701430 or 667966. OLE color: 667966.

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

Color convert

RGB624910-
CMYK00.210.840.76
HSL45º72.22%14.12%-
HSV(B)45º83.87%24.31%-
XYZ3.143.240.75-
YUV48.44106.31137.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=51.24%
G=40.50%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62491000.210.840.764572.2214.12
Hex3E31A015544C2d48e
Octal7661120251241145511016
Binary11111011000110100101011010100100110010110110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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