#472210

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

Shades of Brown Pod #472210

Tints of Brown Pod #472210

Color information

#472210 (or 0x472210) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 10. RGB value is (71,34,16). Sum of RGB (Red+Green+Blue) = 71+34+16=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472210 is #B8DDEF. Grayscale: #2B2B2B. Windows color (decimal): -12115440 or 1057351. OLE color: 1057351.

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

Color convert

RGB713416-
CMYK00.520.770.72
HSL19.64º63.22%17.06%-
HSV(B)19.64º77.46%27.84%-
XYZ3.262.520.8-
YUV43.01112.76147.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=58.68%
G=28.10%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71341600.520.770.7219.6463.2217.06
Hex4722100344D48143f11
Octal1074220064115110247721
Binary1000111100010100000110100100110110010001010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472210; }

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

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

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

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

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

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

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

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