#3E2015

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

Shades of Brown Pod #3E2015

Tints of Brown Pod #3E2015

Color information

#3E2015 (or 0x3E2015) is unknown color: approx Brown Pod. HEX triplet: 3E, 20 and 15. RGB value is (62,32,21). Sum of RGB (Red+Green+Blue) = 62+32+21=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2015 is #C1DFEA. Grayscale: #272727. Windows color (decimal): -12705771 or 1384510. OLE color: 1384510.

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

Color convert

RGB623221-
CMYK00.480.660.76
HSL16.1º49.4%16.27%-
HSV(B)16.1º66.13%24.31%-
XYZ2.642.110.98-
YUV39.72117.44143.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=53.91%
G=27.83%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62322100.480.660.7616.149.416.27
Hex3E2015030424C103110
Octal764025060102114206120
Binary111110100000101010110000100001010011001000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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