#492216

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

Shades of Brown Pod #492216

Tints of Brown Pod #492216

Color information

#492216 (or 0x492216) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 16. RGB value is (73,34,22). Sum of RGB (Red+Green+Blue) = 73+34+22=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492216 is #B6DDE9. Grayscale: #2C2C2C. Windows color (decimal): -11984362 or 1450569. OLE color: 1450569.

HSL color Cylindrical-coordinate representation of color #492216: hue angle of 14.12º 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 #492216 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB733422-
CMYK00.530.700.71
HSL14.12º53.68%18.63%-
HSV(B)14.12º69.86%28.63%-
XYZ3.462.621.08-
YUV44.29115.42148.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=56.59%
G=26.36%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73342200.530.700.7114.1253.6818.63
Hex4922160354647e3613
Octal1114226065106107166623
Binary100100110001010110011010110001101000111111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492216; }

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

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

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

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

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

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

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

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