#3E1E17

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

Shades of Brown Pod #3E1E17

Tints of Brown Pod #3E1E17

Color information

#3E1E17 (or 0x3E1E17) is unknown color: approx Brown Pod. HEX triplet: 3E, 1E and 17. RGB value is (62,30,23). Sum of RGB (Red+Green+Blue) = 62+30+23=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1E17 is #C1E1E8. Grayscale: #262626. Windows color (decimal): -12706281 or 1515070. OLE color: 1515070.

HSL color Cylindrical-coordinate representation of color #3E1E17: hue angle of 10.77º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E1E17 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB623023-
CMYK00.520.630.76
HSL10.77º45.88%16.67%-
HSV(B)10.77º62.9%24.31%-
XYZ2.612.011.06-
YUV38.77119.1144.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 23 (9.38% from 255) = 20%
R=53.91%
G=26.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62302300.520.630.7610.7745.8816.67
Hex3E1E170343F4Cb2e11
Octal76362706477114135621
Binary111110111101011101101001111111001100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,30,23); }

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

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

 a { background-color: rgb(62,30,23); }

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

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

 span { border-color: rgb(62,30,23); }

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