#3E2013

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

Shades of Brown Pod #3E2013

Tints of Brown Pod #3E2013

Color information

#3E2013 (or 0x3E2013) is unknown color: approx Brown Pod. HEX triplet: 3E, 20 and 13. RGB value is (62,32,19). Sum of RGB (Red+Green+Blue) = 62+32+19=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2013 is #C1DFEC. Grayscale: #272727. Windows color (decimal): -12705773 or 1253438. OLE color: 1253438.

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

Color convert

RGB623219-
CMYK00.480.690.76
HSL18.14º53.09%15.88%-
HSV(B)18.14º69.35%24.31%-
XYZ2.622.10.88-
YUV39.49116.44144.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.87%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=54.87%
G=28.32%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62321900.480.690.7618.1453.0915.88
Hex3E2013030454C123510
Octal764023060105114226520
Binary111110100000100110110000100010110011001001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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