#491600

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

Shades of Brown Pod #491600

Tints of Brown Pod #491600

Color information

#491600 (or 0x491600) is unknown color: approx Brown Pod. HEX triplet: 49, 16 and 00. RGB value is (73,22,0). Sum of RGB (Red+Green+Blue) = 73+22+0=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #491600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491600 is #B6E9FF. Grayscale: #222222. Windows color (decimal): -11987456 or 5705. OLE color: 5705.

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

Color convert

RGB73220-
CMYK00.7010.71
HSL18.08º100%14.31%-
HSV(B)18.08º100%28.63%-
XYZ3.031.990.22-
YUV34.74108.4155.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.84%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.84%
G=23.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7322000.7010.7118.0810014.31
Hex4916004664471264e
Octal11126001061441072214416
Binary100100110110001000110110010010001111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491600; }

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

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

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

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

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

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

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

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