#471607

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

Shades of Brown Pod #471607

Tints of Brown Pod #471607

Color information

#471607 (or 0x471607) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 07. RGB value is (71,22,7). Sum of RGB (Red+Green+Blue) = 71+22+7=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471607 is #B8E9F8. Grayscale: #232323. Windows color (decimal): -12118521 or 464455. OLE color: 464455.

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

Color convert

RGB71227-
CMYK00.690.900.72
HSL14.06º82.05%15.29%-
HSV(B)14.06º90.14%27.84%-
XYZ2.921.930.42-
YUV34.94112.23153.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 7 (3.12% from 255) = 7%
R=71%
G=22%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122700.690.900.7214.0682.0515.29
Hex471670455A48e52f
Octal10726701051321101612217
Binary1000111101101110100010110110101001000111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471607; }

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

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

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

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

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

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

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

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