#3E1C15

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

Shades of Brown Pod #3E1C15

Tints of Brown Pod #3E1C15

Color information

#3E1C15 (or 0x3E1C15) is unknown color: approx Brown Pod. HEX triplet: 3E, 1C and 15. RGB value is (62,28,21). Sum of RGB (Red+Green+Blue) = 62+28+21=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1C15 is #C1E3EA. Grayscale: #252525. Windows color (decimal): -12706795 or 1383486. OLE color: 1383486.

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

Color convert

RGB622821-
CMYK00.550.660.76
HSL10.24º49.4%16.27%-
HSV(B)10.24º66.13%24.31%-
XYZ2.541.910.94-
YUV37.37118.76145.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.86%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=55.86%
G=25.23%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62282100.550.660.7610.2449.416.27
Hex3E1C15037424Ca3110
Octal763425067102114126120
Binary1111101110010101011011110000101001100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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