#3E231E

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

Shades of Brown Pod #3E231E

Tints of Brown Pod #3E231E

Color information

#3E231E (or 0x3E231E) is unknown color: approx Brown Pod. HEX triplet: 3E, 23 and 1E. RGB value is (62,35,30). Sum of RGB (Red+Green+Blue) = 62+35+30=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E231E is #C1DCE1. Grayscale: #2A2A2A. Windows color (decimal): -12704994 or 1975102. OLE color: 1975102.

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

Color convert

RGB623530-
CMYK00.440.520.76
HSL9.38º34.78%18.04%-
HSV(B)9.38º51.61%24.31%-
XYZ2.822.321.53-
YUV42.5120.95141.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.82%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=48.82%
G=27.56%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62353000.440.520.769.3834.7818.04
Hex3E231E02C344C92312
Octal76433605464114114322
Binary1111101000111111001011001101001001100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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