#471A14

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

Shades of Brown Pod #471A14

Tints of Brown Pod #471A14

Color information

#471A14 (or 0x471A14) is unknown color: approx Brown Pod. HEX triplet: 47, 1A and 14. RGB value is (71,26,20). Sum of RGB (Red+Green+Blue) = 71+26+20=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A14 is #B8E5EB. Grayscale: #262626. Windows color (decimal): -12117484 or 1317447. OLE color: 1317447.

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

Color convert

RGB712620-
CMYK00.630.720.72
HSL7.06º56.04%17.84%-
HSV(B)7.06º71.83%27.84%-
XYZ3.092.130.91-
YUV38.77117.41150.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=60.68%
G=22.22%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71262000.630.720.727.0656.0417.84
Hex471A1403F484873812
Octal107322407711011077022
Binary1000111110101010001111111001000100100011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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