#49220C

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

Shades of Brown Pod #49220C

Tints of Brown Pod #49220C

Color information

#49220C (or 0x49220C) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 0C. RGB value is (73,34,12). Sum of RGB (Red+Green+Blue) = 73+34+12=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49220C is #B6DDF3. Grayscale: #2B2B2B. Windows color (decimal): -11984372 or 795209. OLE color: 795209.

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

Color convert

RGB733412-
CMYK00.530.840.71
HSL21.64º71.76%16.67%-
HSV(B)21.64º83.56%28.63%-
XYZ3.392.590.67-
YUV43.15110.42149.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=61.34%
G=28.57%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73341200.530.840.7121.6471.7616.67
Hex4922C0355447164811
Octal11142140651241072611021
Binary1001001100010110001101011010100100011110110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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