#472616

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

Shades of Brown Pod #472616

Tints of Brown Pod #472616

Color information

#472616 (or 0x472616) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 16. RGB value is (71,38,22). Sum of RGB (Red+Green+Blue) = 71+38+22=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472616 is #B8D9E9. Grayscale: #2E2E2E. Windows color (decimal): -12114410 or 1451591. OLE color: 1451591.

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

Color convert

RGB713822-
CMYK00.460.690.72
HSL19.59º52.69%18.24%-
HSV(B)19.59º69.01%27.84%-
XYZ3.442.781.12-
YUV46.04114.43145.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=54.20%
G=29.01%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71382200.460.690.7219.5952.6918.24
Hex47261602E4548143512
Octal1074626056105110246522
Binary1000111100110101100101110100010110010001010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472616; }

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

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

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

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

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

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

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

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