#491C11

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

Shades of Brown Pod #491C11

Tints of Brown Pod #491C11

Color information

#491C11 (or 0x491C11) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 11. RGB value is (73,28,17). Sum of RGB (Red+Green+Blue) = 73+28+17=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #491C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C11 is #B6E3EE. Grayscale: #282828. Windows color (decimal): -11985903 or 1121353. OLE color: 1121353.

HSL color Cylindrical-coordinate representation of color #491C11: hue angle of 11.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491C11 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB732817-
CMYK00.620.770.71
HSL11.79º62.22%17.65%-
HSV(B)11.79º76.71%28.63%-
XYZ3.262.290.8-
YUV40.2114.91151.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.86%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=61.86%
G=23.73%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73281700.620.770.7111.7962.2217.65
Hex491C1103E4D47c3e12
Octal1113421076115107147622
Binary10010011110010001011111010011011000111110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491C11; }

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

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

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

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

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

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

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

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