#492409

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

Shades of Brown Pod #492409

Tints of Brown Pod #492409

Color information

#492409 (or 0x492409) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 09. RGB value is (73,36,9). Sum of RGB (Red+Green+Blue) = 73+36+9=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #492409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492409 is #B6DBF6. Grayscale: #2C2C2C. Windows color (decimal): -11983863 or 599113. OLE color: 599113.

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

Color convert

RGB73369-
CMYK00.510.880.71
HSL25.31º78.05%16.08%-
HSV(B)25.31º87.67%28.63%-
XYZ3.432.70.6-
YUV43.98108.26148.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.86%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=61.86%
G=30.51%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336900.510.880.7125.3178.0516.08
Hex492490335847194e10
Octal11144110631301073111620
Binary1001001100100100101100111011000100011111001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492409; }

 p { color: rgb(73,36,9); }

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

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

 a { background-color: rgb(73,36,9); }

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

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

 span { border-color: rgb(73,36,9); }

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