#471707

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

Shades of Brown Pod #471707

Tints of Brown Pod #471707

Color information

#471707 (or 0x471707) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 07. RGB value is (71,23,7). Sum of RGB (Red+Green+Blue) = 71+23+7=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #471707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471707 is #B8E8F8. Grayscale: #232323. Windows color (decimal): -12118265 or 464711. OLE color: 464711.

HSL color Cylindrical-coordinate representation of color #471707: hue angle of 15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471707 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71237-
CMYK00.680.900.72
HSL15º82.05%15.29%-
HSV(B)15º90.14%27.84%-
XYZ2.941.970.43-
YUV35.53111.9153.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=70.30%
G=22.77%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123700.680.900.721582.0515.29
Hex471770445A48f52f
Octal10727701041321101712217
Binary1000111101111110100010010110101001000111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471707; }

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

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

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

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

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

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

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

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