#471709

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

Shades of Brown Pod #471709

Tints of Brown Pod #471709

Color information

#471709 (or 0x471709) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 09. RGB value is (71,23,9). Sum of RGB (Red+Green+Blue) = 71+23+9=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471709 is #B8E8F6. Grayscale: #232323. Windows color (decimal): -12118263 or 595783. OLE color: 595783.

HSL color Cylindrical-coordinate representation of color #471709: hue angle of 13.55º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471709 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB71239-
CMYK00.680.870.72
HSL13.55º77.5%15.69%-
HSV(B)13.55º87.32%27.84%-
XYZ2.951.970.48-
YUV35.76112.9153.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=68.93%
G=22.33%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123900.680.870.7213.5577.515.69
Hex471790445748e4e10
Octal107271101041271101611620
Binary100011110111100101000100101011110010001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471709; }

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

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

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

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

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

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

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

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