#471E11

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

Shades of Brown Pod #471E11

Tints of Brown Pod #471E11

Color information

#471E11 (or 0x471E11) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 11. RGB value is (71,30,17). Sum of RGB (Red+Green+Blue) = 71+30+17=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E11 is #B8E1EE. Grayscale: #282828. Windows color (decimal): -12116463 or 1121863. OLE color: 1121863.

HSL color Cylindrical-coordinate representation of color #471E11: hue angle of 14.44º 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 #471E11 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB713017-
CMYK00.580.760.72
HSL14.44º61.36%17.25%-
HSV(B)14.44º76.06%27.84%-
XYZ3.162.310.81-
YUV40.78114.58149.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=60.17%
G=25.42%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71301700.580.760.7214.4461.3617.25
Hex471E1103A4C48e3d11
Octal1073621072114110167521
Binary10001111111010001011101010011001001000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E11; }

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

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

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

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

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

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

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

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