#471604

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

Shades of Brown Pod #471604

Tints of Brown Pod #471604

Color information

#471604 (or 0x471604) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 04. RGB value is (71,22,4). Sum of RGB (Red+Green+Blue) = 71+22+4=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471604 is #B8E9FB. Grayscale: #222222. Windows color (decimal): -12118524 or 267847. OLE color: 267847.

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

Color convert

RGB71224-
CMYK00.690.940.72
HSL16.12º89.33%14.71%-
HSV(B)16.12º94.37%27.84%-
XYZ2.911.920.33-
YUV34.6110.73153.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=73.20%
G=22.68%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122400.690.940.7216.1289.3314.71
Hex471640455E481059f
Octal10726401051361102013117
Binary10001111011010001000101101111010010001000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471604; }

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

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

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

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

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

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

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

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