#471409

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

Shades of Brown Pod #471409

Tints of Brown Pod #471409

Color information

#471409 (or 0x471409) is unknown color: approx Brown Pod. HEX triplet: 47, 14 and 09. RGB value is (71,20,9). Sum of RGB (Red+Green+Blue) = 71+20+9=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471409 is #B8EBF6. Grayscale: #222222. Windows color (decimal): -12119031 or 595015. OLE color: 595015.

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

Color convert

RGB71209-
CMYK00.720.870.72
HSL10.65º77.5%15.69%-
HSV(B)10.65º87.32%27.84%-
XYZ2.91.860.46-
YUV33.99113.9154.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 9 (3.91% from 255) = 9%
R=71%
G=20%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120900.720.870.7210.6577.515.69
Hex471490485748b4e10
Octal107241101101271101311620
Binary100011110100100101001000101011110010001011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471409; }

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

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

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

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

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

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

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

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