#472111

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

Shades of Brown Pod #472111

Tints of Brown Pod #472111

Color information

#472111 (or 0x472111) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 11. RGB value is (71,33,17). Sum of RGB (Red+Green+Blue) = 71+33+17=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472111 is #B8DEEE. Grayscale: #2A2A2A. Windows color (decimal): -12115695 or 1122631. OLE color: 1122631.

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

Color convert

RGB713317-
CMYK00.540.760.72
HSL17.78º61.36%17.25%-
HSV(B)17.78º76.06%27.84%-
XYZ3.242.470.84-
YUV42.54113.59148.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=58.68%
G=27.27%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71331700.540.760.7217.7861.3617.25
Hex4721110364C48123d11
Octal1074121066114110227521
Binary1000111100001100010110110100110010010001001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472111; }

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

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

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

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

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

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

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

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