#492210

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

Shades of Brown Pod #492210

Tints of Brown Pod #492210

Color information

#492210 (or 0x492210) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 10. RGB value is (73,34,16). Sum of RGB (Red+Green+Blue) = 73+34+16=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #492210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492210 is #B6DDEF. Grayscale: #2B2B2B. Windows color (decimal): -11984368 or 1057353. OLE color: 1057353.

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

Color convert

RGB733416-
CMYK00.530.780.71
HSL18.95º64.04%17.45%-
HSV(B)18.95º78.08%28.63%-
XYZ3.412.60.81-
YUV43.61112.42148.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=59.35%
G=27.64%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73341600.530.780.7118.9564.0417.45
Hex4922100354E47134011
Octal11142200651161072310021
Binary10010011000101000001101011001110100011110011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492210; }

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

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

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

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

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

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

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

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