#472720

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

Shades of Brown Pod #472720

Tints of Brown Pod #472720

Color information

#472720 (or 0x472720) is unknown color: approx Brown Pod. HEX triplet: 47, 27 and 20. RGB value is (71,39,32). Sum of RGB (Red+Green+Blue) = 71+39+32=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472720 is #B8D8DF. Grayscale: #2F2F2F. Windows color (decimal): -12114144 or 2107207. OLE color: 2107207.

HSL color Cylindrical-coordinate representation of color #472720: hue angle of 10.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472720 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB713932-
CMYK00.450.550.72
HSL10.77º37.86%20.2%-
HSV(B)10.77º54.93%27.84%-
XYZ3.582.891.74-
YUV47.77119.1144.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=50%
G=27.46%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71393200.450.550.7210.7737.8620.2
Hex47272002D3748b2614
Octal107474005567110134624
Binary100011110011110000001011011101111001000101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472720; }

 p { color: rgb(71,39,32); }

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

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

 a { background-color: rgb(71,39,32); }

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

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

 span { border-color: rgb(71,39,32); }

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