#3E2006

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

Shades of Brown Pod #3E2006

Tints of Brown Pod #3E2006

Color information

#3E2006 (or 0x3E2006) is unknown color: approx Brown Pod. HEX triplet: 3E, 20 and 06. RGB value is (62,32,6). Sum of RGB (Red+Green+Blue) = 62+32+6=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2006 is #C1DFF9. Grayscale: #262626. Windows color (decimal): -12705786 or 401470. OLE color: 401470.

HSL color Cylindrical-coordinate representation of color #3E2006: hue angle of 27.86º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E2006 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB62326-
CMYK00.480.900.76
HSL27.86º82.35%13.33%-
HSV(B)27.86º90.32%24.31%-
XYZ2.542.070.44-
YUV38.01109.94145.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 6 (2.73% from 255) = 6%
R=62%
G=32%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6232600.480.900.7627.8682.3513.33
Hex3E2060305A4C1c52d
Octal764060601321143412215
Binary1111101000001100110000101101010011001110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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