#3E3216

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

Shades of Mikado #3E3216

Tints of Mikado #3E3216

Color information

#3E3216 (or 0x3E3216) is unknown color: approx Mikado. HEX triplet: 3E, 32 and 16. RGB value is (62,50,22). Sum of RGB (Red+Green+Blue) = 62+50+22=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3216 is #C1CDE9. Grayscale: #323232. Windows color (decimal): -12701162 or 1454654. OLE color: 1454654.

HSL color Cylindrical-coordinate representation of color #3E3216: hue angle of 42º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3216 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB625022-
CMYK00.190.650.76
HSL42º47.62%16.47%-
HSV(B)42º64.52%24.31%-
XYZ3.273.361.24-
YUV50.4111.98136.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=46.27%
G=37.31%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62502200.190.650.764247.6216.47
Hex3E3216013414C2a3010
Octal766226023101114526020
Binary111110110010101100100111000001100110010101011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,50,22); }

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

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

 a { background-color: rgb(62,50,22); }

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

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

 span { border-color: rgb(62,50,22); }

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