#491A14

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

Shades of Brown Pod #491A14

Tints of Brown Pod #491A14

Color information

#491A14 (or 0x491A14) is unknown color: approx Brown Pod. HEX triplet: 49, 1A and 14. RGB value is (73,26,20). Sum of RGB (Red+Green+Blue) = 73+26+20=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A14 is #B6E5EB. Grayscale: #272727. Windows color (decimal): -11986412 or 1317449. OLE color: 1317449.

HSL color Cylindrical-coordinate representation of color #491A14: hue angle of 6.79º 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 #491A14 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB732620-
CMYK00.640.730.71
HSL6.79º56.99%18.24%-
HSV(B)6.79º72.6%28.63%-
XYZ3.242.210.92-
YUV39.37117.07151.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=61.34%
G=21.85%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73262000.640.730.716.7956.9918.24
Hex491A14040494773912
Octal1113224010011110777122
Binary10010011101010100010000001001001100011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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