#3E2016

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

Shades of Brown Pod #3E2016

Tints of Brown Pod #3E2016

Color information

#3E2016 (or 0x3E2016) is unknown color: approx Brown Pod. HEX triplet: 3E, 20 and 16. RGB value is (62,32,22). Sum of RGB (Red+Green+Blue) = 62+32+22=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2016 is #C1DFE9. Grayscale: #272727. Windows color (decimal): -12705770 or 1450046. OLE color: 1450046.

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

Color convert

RGB623222-
CMYK00.480.650.76
HSL15º47.62%16.47%-
HSV(B)15º64.52%24.31%-
XYZ2.652.121.03-
YUV39.83117.94143.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.45%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=53.45%
G=27.59%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62322200.480.650.761547.6216.47
Hex3E2016030414Cf3010
Octal764026060101114176020
Binary11111010000010110011000010000011001100111111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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