#471606

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

Shades of Brown Pod #471606

Tints of Brown Pod #471606

Color information

#471606 (or 0x471606) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 06. RGB value is (71,22,6). Sum of RGB (Red+Green+Blue) = 71+22+6=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471606 is #B8E9F9. Grayscale: #222222. Windows color (decimal): -12118522 or 398919. OLE color: 398919.

HSL color Cylindrical-coordinate representation of color #471606: hue angle of 14.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #471606 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB71226-
CMYK00.690.920.72
HSL14.77º84.42%15.1%-
HSV(B)14.77º91.55%27.84%-
XYZ2.921.930.39-
YUV34.83111.73153.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=71.72%
G=22.22%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122600.690.920.7214.7784.4215.1
Hex471660455C48f54f
Octal10726601051341101712417
Binary1000111101101100100010110111001001000111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471606; }

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

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

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

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

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

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

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

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