#3E2923

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

Shades of Brown Pod #3E2923

Tints of Brown Pod #3E2923

Color information

#3E2923 (or 0x3E2923) is unknown color: approx Brown Pod. HEX triplet: 3E, 29 and 23. RGB value is (62,41,35). Sum of RGB (Red+Green+Blue) = 62+41+35=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2923 is #C1D6DC. Grayscale: #2E2E2E. Windows color (decimal): -12703453 or 2304318. OLE color: 2304318.

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

Color convert

RGB624135-
CMYK00.340.440.76
HSL13.33º27.84%19.02%-
HSV(B)13.33º43.55%24.31%-
XYZ3.082.731.95-
YUV46.6121.46138.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=44.93%
G=29.71%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62413500.340.440.7613.3327.8419.02
Hex3E29230222C4Cd1c13
Octal76514304254114153423
Binary1111101010011000110100010101100100110011011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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