#472516

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

Shades of Brown Pod #472516

Tints of Brown Pod #472516

Color information

#472516 (or 0x472516) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 16. RGB value is (71,37,22). Sum of RGB (Red+Green+Blue) = 71+37+22=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472516 is #B8DAE9. Grayscale: #2D2D2D. Windows color (decimal): -12114666 or 1451335. OLE color: 1451335.

HSL color Cylindrical-coordinate representation of color #472516: hue angle of 18.37º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472516 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB713722-
CMYK00.480.690.72
HSL18.37º52.69%18.24%-
HSV(B)18.37º69.01%27.84%-
XYZ3.42.721.1-
YUV45.46114.76146.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=54.62%
G=28.46%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372200.480.690.7218.3752.6918.24
Hex4725160304548123512
Octal1074526060105110226522
Binary1000111100101101100110000100010110010001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472516; }

 p { color: rgb(71,37,22); }

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

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

 a { background-color: rgb(71,37,22); }

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

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

 span { border-color: rgb(71,37,22); }

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