#491F15

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

Shades of Brown Pod #491F15

Tints of Brown Pod #491F15

Color information

#491F15 (or 0x491F15) is unknown color: approx Brown Pod. HEX triplet: 49, 1F and 15. RGB value is (73,31,21). Sum of RGB (Red+Green+Blue) = 73+31+21=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F15 is #B6E0EA. Grayscale: #2A2A2A. Windows color (decimal): -11985131 or 1384265. OLE color: 1384265.

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

Color convert

RGB733121-
CMYK00.580.710.71
HSL11.54º55.32%18.43%-
HSV(B)11.54º71.23%28.63%-
XYZ3.372.451-
YUV42.42115.91149.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=58.4%
G=24.8%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73312100.580.710.7111.5455.3218.43
Hex491F1503A4747c3712
Octal1113725072107107146722
Binary10010011111110101011101010001111000111110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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