#491900

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

Shades of Brown Pod #491900

Tints of Brown Pod #491900

Color information

#491900 (or 0x491900) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 00. RGB value is (73,25,0). Sum of RGB (Red+Green+Blue) = 73+25+0=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #491900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491900 is #B6E6FF. Grayscale: #242424. Windows color (decimal): -11986688 or 6473. OLE color: 6473.

HSL color Cylindrical-coordinate representation of color #491900: hue angle of 20.55º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #491900 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB73250-
CMYK00.6610.71
HSL20.55º100%14.31%-
HSV(B)20.55º100%28.63%-
XYZ3.12.110.24-
YUV36.5107.4154.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 74.49%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.49%
G=25.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7325000.6610.7120.5510014.31
Hex4919004264471564e
Octal11131001021441072514416
Binary100100111001001000010110010010001111010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491900; }

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

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

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

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

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

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

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

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