#492013

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

Shades of Brown Pod #492013

Tints of Brown Pod #492013

Color information

#492013 (or 0x492013) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 13. RGB value is (73,32,19). Sum of RGB (Red+Green+Blue) = 73+32+19=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492013 is #B6DFEC. Grayscale: #2A2A2A. Windows color (decimal): -11984877 or 1253449. OLE color: 1253449.

HSL color Cylindrical-coordinate representation of color #492013: hue angle of 14.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492013 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB733219-
CMYK00.560.740.71
HSL14.44º58.7%18.04%-
HSV(B)14.44º73.97%28.63%-
XYZ3.382.50.92-
YUV42.78114.58149.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=58.87%
G=25.81%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73321900.560.740.7114.4458.718.04
Hex4920130384A47e3b12
Octal1114023070112107167322
Binary100100110000010011011100010010101000111111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492013; }

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

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

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

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

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

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

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

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