#471E16

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

Shades of Brown Pod #471E16

Tints of Brown Pod #471E16

Color information

#471E16 (or 0x471E16) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 16. RGB value is (71,30,22). Sum of RGB (Red+Green+Blue) = 71+30+22=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E16 is #B8E1E9. Grayscale: #292929. Windows color (decimal): -12116458 or 1449543. OLE color: 1449543.

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

Color convert

RGB713022-
CMYK00.580.690.72
HSL9.8º52.69%18.24%-
HSV(B)9.8º69.01%27.84%-
XYZ3.212.331.04-
YUV41.35117.08149.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=57.72%
G=24.39%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71302200.580.690.729.852.6918.24
Hex471E1603A4548a3512
Octal1073626072105110126522
Binary10001111111010110011101010001011001000101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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