#3E2823

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

Shades of Brown Pod #3E2823

Tints of Brown Pod #3E2823

Color information

#3E2823 (or 0x3E2823) is unknown color: approx Brown Pod. HEX triplet: 3E, 28 and 23. RGB value is (62,40,35). Sum of RGB (Red+Green+Blue) = 62+40+35=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2823 is #C1D7DC. Grayscale: #2E2E2E. Windows color (decimal): -12703709 or 2304062. OLE color: 2304062.

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

Color convert

RGB624035-
CMYK00.350.440.76
HSL11.11º27.84%19.02%-
HSV(B)11.11º43.55%24.31%-
XYZ3.052.661.94-
YUV46.01121.79139.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=45.26%
G=29.20%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62403500.350.440.7611.1127.8419.02
Hex3E28230232C4Cb1c13
Octal76504304354114133423
Binary1111101010001000110100011101100100110010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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