#491811

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

Shades of Brown Pod #491811

Tints of Brown Pod #491811

Color information

#491811 (or 0x491811) is unknown color: approx Brown Pod. HEX triplet: 49, 18 and 11. RGB value is (73,24,17). Sum of RGB (Red+Green+Blue) = 73+24+17=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491811 is #B6E7EE. Grayscale: #252525. Windows color (decimal): -11986927 or 1120329. OLE color: 1120329.

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

Color convert

RGB732417-
CMYK00.670.770.71
HSL7.5º62.22%17.65%-
HSV(B)7.5º76.71%28.63%-
XYZ3.182.110.77-
YUV37.85116.23153.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=64.04%
G=21.05%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73241700.670.770.717.562.2217.65
Hex4918110434D4783e12
Octal11130210103115107107622
Binary100100111000100010100001110011011000111100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491811; }

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

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

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

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

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

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

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

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