#491602

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

Shades of Brown Pod #491602

Tints of Brown Pod #491602

Color information

#491602 (or 0x491602) is unknown color: approx Brown Pod. HEX triplet: 49, 16 and 02. RGB value is (73,22,2). Sum of RGB (Red+Green+Blue) = 73+22+2=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #491602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491602 is #B6E9FD. Grayscale: #232323. Windows color (decimal): -11987454 or 136777. OLE color: 136777.

HSL color Cylindrical-coordinate representation of color #491602: hue angle of 16.9º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #491602 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB73222-
CMYK00.700.970.71
HSL16.9º94.67%14.71%-
HSV(B)16.9º97.26%28.63%-
XYZ3.051.990.28-
YUV34.97109.4155.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=75.26%
G=22.68%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7322200.700.970.7116.994.6714.71
Hex491620466147115ff
Octal11126201061411072113717
Binary1001001101101001000110110000110001111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491602; }

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

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

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

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

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

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

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

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