#491C0E

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

Shades of Brown Pod #491C0E

Tints of Brown Pod #491C0E

Color information

#491C0E (or 0x491C0E) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 0E. RGB value is (73,28,14). Sum of RGB (Red+Green+Blue) = 73+28+14=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C0E is #B6E3F1. Grayscale: #272727. Windows color (decimal): -11985906 or 924745. OLE color: 924745.

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

Color convert

RGB732814-
CMYK00.620.810.71
HSL14.24º67.82%17.06%-
HSV(B)14.24º80.82%28.63%-
XYZ3.242.280.68-
YUV39.86113.41151.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=63.48%
G=24.35%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73281400.620.810.7114.2467.8217.06
Hex491CE03E5147e4411
Octal11134160761211071610421
Binary10010011110011100111110101000110001111110100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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