#491909

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

Shades of Brown Pod #491909

Tints of Brown Pod #491909

Color information

#491909 (or 0x491909) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 09. RGB value is (73,25,9). Sum of RGB (Red+Green+Blue) = 73+25+9=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491909 is #B6E6F6. Grayscale: #252525. Windows color (decimal): -11986679 or 596297. OLE color: 596297.

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

Color convert

RGB73259-
CMYK00.660.880.71
HSL15º78.05%16.08%-
HSV(B)15º87.67%28.63%-
XYZ3.142.130.5-
YUV37.53111.9153.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=68.22%
G=23.36%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7325900.660.880.711578.0516.08
Hex491990425847f4e10
Octal111311101021301071711620
Binary100100111001100101000010101100010001111111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491909; }

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

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

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

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

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

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

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

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