#3E160C

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

Shades of Brown Pod #3E160C

Tints of Brown Pod #3E160C

Color information

#3E160C (or 0x3E160C) is unknown color: approx Brown Pod. HEX triplet: 3E, 16 and 0C. RGB value is (62,22,12). Sum of RGB (Red+Green+Blue) = 62+22+12=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E160C is #C1E9F3. Grayscale: #202020. Windows color (decimal): -12708340 or 792126. OLE color: 792126.

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

Color convert

RGB622212-
CMYK00.650.810.76
HSL12º67.57%14.51%-
HSV(B)12º80.65%24.31%-
XYZ2.341.620.54-
YUV32.82116.25148.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 64.58%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=64.58%
G=22.92%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62221200.650.810.761267.5714.51
Hex3E16C041514Cc44f
Octal76261401011211141410417
Binary1111101011011000100000110100011001100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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