#471E10

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

Shades of Brown Pod #471E10

Tints of Brown Pod #471E10

Color information

#471E10 (or 0x471E10) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 10. RGB value is (71,30,16). Sum of RGB (Red+Green+Blue) = 71+30+16=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E10 is #B8E1EF. Grayscale: #282828. Windows color (decimal): -12116464 or 1056327. OLE color: 1056327.

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

Color convert

RGB713016-
CMYK00.580.770.72
HSL15.27º63.22%17.06%-
HSV(B)15.27º77.46%27.84%-
XYZ3.162.310.77-
YUV40.66114.08149.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 30 (12.11% from 255) = 25.64%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=60.68%
G=25.64%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71301600.580.770.7215.2763.2217.06
Hex471E1003A4D48f3f11
Octal1073620072115110177721
Binary10001111111010000011101010011011001000111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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