#492310

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

Shades of Brown Pod #492310

Tints of Brown Pod #492310

Color information

#492310 (or 0x492310) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 10. RGB value is (73,35,16). Sum of RGB (Red+Green+Blue) = 73+35+16=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492310 is #B6DCEF. Grayscale: #2C2C2C. Windows color (decimal): -11984112 or 1057609. OLE color: 1057609.

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

Color convert

RGB733516-
CMYK00.520.780.71
HSL20º64.04%17.45%-
HSV(B)20º78.08%28.63%-
XYZ3.442.660.82-
YUV44.2112.09148.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=58.87%
G=28.23%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73351600.520.780.712064.0417.45
Hex4923100344E47144011
Octal11143200641161072410021
Binary10010011000111000001101001001110100011110100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492310; }

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

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

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

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

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

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

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

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