#3E2F10

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

Shades of Mikado #3E2F10

Tints of Mikado #3E2F10

Color information

#3E2F10 (or 0x3E2F10) is unknown color: approx Mikado. HEX triplet: 3E, 2F and 10. RGB value is (62,47,16). Sum of RGB (Red+Green+Blue) = 62+47+16=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2F10 is #C1D0EF. Grayscale: #303030. Windows color (decimal): -12701936 or 1060670. OLE color: 1060670.

HSL color Cylindrical-coordinate representation of color #3E2F10: hue angle of 40.43º 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 #3E2F10 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB624716-
CMYK00.240.740.76
HSL40.43º58.97%15.29%-
HSV(B)40.43º74.19%24.31%-
XYZ3.13.090.92-
YUV47.95109.97138.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.6%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=49.6%
G=37.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62471600.240.740.7640.4358.9715.29
Hex3E2F100184A4C283bf
Octal765720030112114507317
Binary11111010111110000011000100101010011001010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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