#492016

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

Shades of Brown Pod #492016

Tints of Brown Pod #492016

Color information

#492016 (or 0x492016) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 16. RGB value is (73,32,22). Sum of RGB (Red+Green+Blue) = 73+32+22=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #492016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492016 is #B6DFE9. Grayscale: #2B2B2B. Windows color (decimal): -11984874 or 1450057. OLE color: 1450057.

HSL color Cylindrical-coordinate representation of color #492016: hue angle of 11.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492016 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB733222-
CMYK00.560.700.71
HSL11.76º53.68%18.63%-
HSV(B)11.76º69.86%28.63%-
XYZ3.412.511.06-
YUV43.12116.08149.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=57.48%
G=25.20%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73322200.560.700.7111.7653.6818.63
Hex4920160384647c3613
Octal1114026070106107146623
Binary100100110000010110011100010001101000111110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492016; }

 p { color: rgb(73,32,22); }

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

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

 a { background-color: rgb(73,32,22); }

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

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

 span { border-color: rgb(73,32,22); }

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