#491914

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

Shades of Brown Pod #491914

Tints of Brown Pod #491914

Color information

#491914 (or 0x491914) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 14. RGB value is (73,25,20). Sum of RGB (Red+Green+Blue) = 73+25+20=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #491914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491914 is #B6E6EB. Grayscale: #262626. Windows color (decimal): -11986668 or 1317193. OLE color: 1317193.

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

Color convert

RGB732520-
CMYK00.660.730.71
HSL5.66º56.99%18.24%-
HSV(B)5.66º72.6%28.63%-
XYZ3.222.160.91-
YUV38.78117.4152.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.86%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=61.86%
G=21.19%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73252000.660.730.715.6656.9918.24
Hex491914042494763912
Octal1113124010211110767122
Binary10010011100110100010000101001001100011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491914; }

 p { color: rgb(73,25,20); }

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

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

 a { background-color: rgb(73,25,20); }

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

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

 span { border-color: rgb(73,25,20); }

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