#491102

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

Shades of Brown Pod #491102

Tints of Brown Pod #491102

Color information

#491102 (or 0x491102) is unknown color: approx Brown Pod. HEX triplet: 49, 11 and 02. RGB value is (73,17,2). Sum of RGB (Red+Green+Blue) = 73+17+2=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #491102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491102 is #B6EEFD. Grayscale: #202020. Windows color (decimal): -11988734 or 135497. OLE color: 135497.

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

Color convert

RGB73172-
CMYK00.770.970.71
HSL12.68º94.67%14.71%-
HSV(B)12.68º97.26%28.63%-
XYZ2.961.820.25-
YUV32.03111.05157.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 79.35%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 2 (1.17% from 255) = 2.17%
R=79.35%
G=18.48%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7317200.770.970.7112.6894.6714.71
Hex4911204D6147d5ff
Octal11121201151411071513717
Binary100100110001100100110111000011000111110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491102; }

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

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

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

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

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

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

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

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