#492113

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

Shades of Brown Pod #492113

Tints of Brown Pod #492113

Color information

#492113 (or 0x492113) is unknown color: approx Brown Pod. HEX triplet: 49, 21 and 13. RGB value is (73,33,19). Sum of RGB (Red+Green+Blue) = 73+33+19=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492113 is #B6DEEC. Grayscale: #2B2B2B. Windows color (decimal): -11984621 or 1253705. OLE color: 1253705.

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

Color convert

RGB733319-
CMYK00.550.740.71
HSL15.56º58.7%18.04%-
HSV(B)15.56º73.97%28.63%-
XYZ3.412.550.93-
YUV43.36114.25149.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=58.4%
G=26.4%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73331900.550.740.7115.5658.718.04
Hex4921130374A47103b12
Octal1114123067112107207322
Binary1001001100001100110110111100101010001111000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492113; }

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

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

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

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

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

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

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

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