#492516

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

Shades of Brown Pod #492516

Tints of Brown Pod #492516

Color information

#492516 (or 0x492516) is unknown color: approx Brown Pod. HEX triplet: 49, 25 and 16. RGB value is (73,37,22). Sum of RGB (Red+Green+Blue) = 73+37+22=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492516 is #B6DAE9. Grayscale: #2E2E2E. Windows color (decimal): -11983594 or 1451337. OLE color: 1451337.

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

Color convert

RGB733722-
CMYK00.490.700.71
HSL17.65º53.68%18.63%-
HSV(B)17.65º69.86%28.63%-
XYZ3.552.81.11-
YUV46.05114.43147.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=55.30%
G=28.03%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73372200.490.700.7117.6553.6818.63
Hex4925160314647123613
Octal1114526061106107226623
Binary1001001100101101100110001100011010001111001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492516; }

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

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

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

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

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

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

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

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