#49220E

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

Shades of Brown Pod #49220E

Tints of Brown Pod #49220E

Color information

#49220E (or 0x49220E) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 0E. RGB value is (73,34,14). Sum of RGB (Red+Green+Blue) = 73+34+14=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49220E is #B6DDF1. Grayscale: #2B2B2B. Windows color (decimal): -11984370 or 926281. OLE color: 926281.

HSL color Cylindrical-coordinate representation of color #49220E: hue angle of 20.34º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49220E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB733414-
CMYK00.530.810.71
HSL20.34º67.82%17.06%-
HSV(B)20.34º80.82%28.63%-
XYZ3.42.590.74-
YUV43.38111.42149.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=60.33%
G=28.10%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73341400.530.810.7120.3467.8217.06
Hex4922E0355147144411
Octal11142160651211072410421
Binary1001001100010111001101011010001100011110100100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49220E; }

 p { color: rgb(73,34,14); }

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

<style>
 a { background-color: #49220E; }

 a { background-color: rgb(73,34,14); }

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

<style>
 span { border-color: #49220E; }

 span { border-color: rgb(73,34,14); }

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