#471911

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

Shades of Brown Pod #471911

Tints of Brown Pod #471911

Color information

#471911 (or 0x471911) is unknown color: approx Brown Pod. HEX triplet: 47, 19 and 11. RGB value is (71,25,17). Sum of RGB (Red+Green+Blue) = 71+25+17=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471911 is #B8E6EE. Grayscale: #252525. Windows color (decimal): -12117743 or 1120583. OLE color: 1120583.

HSL color Cylindrical-coordinate representation of color #471911: hue angle of 8.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471911 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB712517-
CMYK00.650.760.72
HSL8.89º61.36%17.25%-
HSV(B)8.89º76.06%27.84%-
XYZ3.052.080.77-
YUV37.84116.24151.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=62.83%
G=22.12%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71251700.650.760.728.8961.3617.25
Hex4719110414C4893d11
Octal10731210101114110117521
Binary100011111001100010100000110011001001000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471911; }

 p { color: rgb(71,25,17); }

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

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

 a { background-color: rgb(71,25,17); }

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

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

 span { border-color: rgb(71,25,17); }

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