#472620

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

Shades of Brown Pod #472620

Tints of Brown Pod #472620

Color information

#472620 (or 0x472620) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 20. RGB value is (71,38,32). Sum of RGB (Red+Green+Blue) = 71+38+32=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472620 is #B8D9DF. Grayscale: #2F2F2F. Windows color (decimal): -12114400 or 2106951. OLE color: 2106951.

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

Color convert

RGB713832-
CMYK00.460.550.72
HSL9.23º37.86%20.2%-
HSV(B)9.23º54.93%27.84%-
XYZ3.552.831.73-
YUV47.18119.43144.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=50.35%
G=26.95%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71383200.460.550.729.2337.8620.2
Hex47262002E374892614
Octal107464005667110114624
Binary100011110011010000001011101101111001000100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472620; }

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

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

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

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

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

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

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

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