#3E330C

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

Shades of Mikado #3E330C

Tints of Mikado #3E330C

Color information

#3E330C (or 0x3E330C) is unknown color: approx Mikado. HEX triplet: 3E, 33 and 0C. RGB value is (62,51,12). Sum of RGB (Red+Green+Blue) = 62+51+12=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E330C is #C1CCF3. Grayscale: #323232. Windows color (decimal): -12700916 or 799550. OLE color: 799550.

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

Color convert

RGB625112-
CMYK00.180.810.76
HSL46.8º67.57%14.51%-
HSV(B)46.8º80.65%24.31%-
XYZ3.243.420.84-
YUV49.84106.64136.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.6%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=49.6%
G=40.8%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62511200.180.810.7646.867.5714.51
Hex3E33C012514C2f44f
Octal7663140221211145710417
Binary11111011001111000100101010001100110010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,12); }

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

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

 a { background-color: rgb(62,51,12); }

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

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

 span { border-color: rgb(62,51,12); }

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