#3E3610

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

Shades of Mikado #3E3610

Tints of Mikado #3E3610

Color information

#3E3610 (or 0x3E3610) is unknown color: approx Mikado. HEX triplet: 3E, 36 and 10. RGB value is (62,54,16). Sum of RGB (Red+Green+Blue) = 62+54+16=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3610 is #C1C9EF. Grayscale: #343434. Windows color (decimal): -12700144 or 1062462. OLE color: 1062462.

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

Color convert

RGB625416-
CMYK00.130.740.76
HSL49.57º58.97%15.29%-
HSV(B)49.57º74.19%24.31%-
XYZ3.43.71.03-
YUV52.06107.65135.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=46.97%
G=40.91%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62541600.130.740.7649.5758.9715.29
Hex3E36100D4A4C323bf
Octal766620015112114627317
Binary1111101101101000001101100101010011001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,16); }

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

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

 a { background-color: rgb(62,54,16); }

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

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

 span { border-color: rgb(62,54,16); }

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