#491C15

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

Shades of Brown Pod #491C15

Tints of Brown Pod #491C15

Color information

#491C15 (or 0x491C15) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 15. RGB value is (73,28,21). Sum of RGB (Red+Green+Blue) = 73+28+21=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C15 is #B6E3EA. Grayscale: #282828. Windows color (decimal): -11985899 or 1383497. OLE color: 1383497.

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

Color convert

RGB732821-
CMYK00.620.710.71
HSL8.08º55.32%18.43%-
HSV(B)8.08º71.23%28.63%-
XYZ3.32.30.98-
YUV40.66116.91151.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=59.84%
G=22.95%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73282100.620.710.718.0855.3218.43
Hex491C1503E474783712
Octal1113425076107107106722
Binary10010011110010101011111010001111000111100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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