#471E14

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

Shades of Brown Pod #471E14

Tints of Brown Pod #471E14

Color information

#471E14 (or 0x471E14) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 14. RGB value is (71,30,20). Sum of RGB (Red+Green+Blue) = 71+30+20=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E14 is #B8E1EB. Grayscale: #292929. Windows color (decimal): -12116460 or 1318471. OLE color: 1318471.

HSL color Cylindrical-coordinate representation of color #471E14: hue angle of 11.76º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471E14 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB713020-
CMYK00.580.720.72
HSL11.76º56.04%17.84%-
HSV(B)11.76º71.83%27.84%-
XYZ3.192.320.94-
YUV41.12116.08149.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=58.68%
G=24.79%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71302000.580.720.7211.7656.0417.84
Hex471E1403A4848c3812
Octal1073624072110110147022
Binary10001111111010100011101010010001001000110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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