#3E220D

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

Shades of Brown Pod #3E220D

Tints of Brown Pod #3E220D

Color information

#3E220D (or 0x3E220D) is unknown color: approx Brown Pod. HEX triplet: 3E, 22 and 0D. RGB value is (62,34,13). Sum of RGB (Red+Green+Blue) = 62+34+13=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E220D is #C1DDF2. Grayscale: #282828. Windows color (decimal): -12705267 or 860734. OLE color: 860734.

HSL color Cylindrical-coordinate representation of color #3E220D: hue angle of 25.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E220D is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB623413-
CMYK00.450.790.76
HSL25.71º65.33%14.71%-
HSV(B)25.71º79.03%24.31%-
XYZ2.632.20.67-
YUV39.98112.78143.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 56.88%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=56.88%
G=31.19%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62341300.450.790.7625.7165.3314.71
Hex3E22D02D4F4C1a41f
Octal7642150551171143210117
Binary11111010001011010101101100111110011001101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,34,13); }

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

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

 a { background-color: rgb(62,34,13); }

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

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

 span { border-color: rgb(62,34,13); }

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