#471509

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

Shades of Brown Pod #471509

Tints of Brown Pod #471509

Color information

#471509 (or 0x471509) is unknown color: approx Brown Pod. HEX triplet: 47, 15 and 09. RGB value is (71,21,9). Sum of RGB (Red+Green+Blue) = 71+21+9=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #471509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471509 is #B8EAF6. Grayscale: #222222. Windows color (decimal): -12118775 or 595271. OLE color: 595271.

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

Color convert

RGB71219-
CMYK00.700.870.72
HSL11.61º77.5%15.69%-
HSV(B)11.61º87.32%27.84%-
XYZ2.921.90.47-
YUV34.58113.56153.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=70.30%
G=20.79%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7121900.700.870.7211.6177.515.69
Hex471590465748c4e10
Octal107251101061271101411620
Binary100011110101100101000110101011110010001100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471509; }

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

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

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

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

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

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

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

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