#3E2210

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

Shades of Brown Pod #3E2210

Tints of Brown Pod #3E2210

Color information

#3E2210 (or 0x3E2210) is unknown color: approx Brown Pod. HEX triplet: 3E, 22 and 10. RGB value is (62,34,16). Sum of RGB (Red+Green+Blue) = 62+34+16=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2210 is #C1DDEF. Grayscale: #282828. Windows color (decimal): -12705264 or 1057342. OLE color: 1057342.

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

Color convert

RGB623416-
CMYK00.450.740.76
HSL23.48º58.97%15.29%-
HSV(B)23.48º74.19%24.31%-
XYZ2.652.210.78-
YUV40.32114.28143.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.36%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=55.36%
G=30.36%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62341600.450.740.7623.4858.9715.29
Hex3E221002D4A4C173bf
Octal764220055112114277317
Binary11111010001010000010110110010101001100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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