#472211

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

Shades of Brown Pod #472211

Tints of Brown Pod #472211

Color information

#472211 (or 0x472211) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 11. RGB value is (71,34,17). Sum of RGB (Red+Green+Blue) = 71+34+17=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472211 is #B8DDEE. Grayscale: #2B2B2B. Windows color (decimal): -12115439 or 1122887. OLE color: 1122887.

HSL color Cylindrical-coordinate representation of color #472211: hue angle of 18.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472211 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB713417-
CMYK00.520.760.72
HSL18.89º61.36%17.25%-
HSV(B)18.89º76.06%27.84%-
XYZ3.272.520.85-
YUV43.12113.26147.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=58.20%
G=27.87%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71341700.520.760.7218.8961.3617.25
Hex4722110344C48133d11
Octal1074221064114110237521
Binary1000111100010100010110100100110010010001001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472211; }

 p { color: rgb(71,34,17); }

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

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

 a { background-color: rgb(71,34,17); }

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

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

 span { border-color: rgb(71,34,17); }

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