#471706

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

Shades of Brown Pod #471706

Tints of Brown Pod #471706

Color information

#471706 (or 0x471706) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 06. RGB value is (71,23,6). Sum of RGB (Red+Green+Blue) = 71+23+6=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471706 is #B8E8F9. Grayscale: #232323. Windows color (decimal): -12118266 or 399175. OLE color: 399175.

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

Color convert

RGB71236-
CMYK00.680.920.72
HSL15.69º84.42%15.1%-
HSV(B)15.69º91.55%27.84%-
XYZ2.941.970.4-
YUV35.41111.4153.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 6 (2.73% from 255) = 6%
R=71%
G=23%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123600.680.920.7215.6984.4215.1
Hex471760445C481054f
Octal10727601041341102012417
Binary10001111011111001000100101110010010001000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471706; }

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

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

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

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

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

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

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

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