#472116

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

Shades of Brown Pod #472116

Tints of Brown Pod #472116

Color information

#472116 (or 0x472116) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 16. RGB value is (71,33,22). Sum of RGB (Red+Green+Blue) = 71+33+22=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472116 is #B8DEE9. Grayscale: #2B2B2B. Windows color (decimal): -12115690 or 1450311. OLE color: 1450311.

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

Color convert

RGB713322-
CMYK00.540.690.72
HSL13.47º52.69%18.24%-
HSV(B)13.47º69.01%27.84%-
XYZ3.292.491.07-
YUV43.11116.09147.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=56.35%
G=26.19%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71332200.540.690.7213.4752.6918.24
Hex4721160364548d3512
Octal1074126066105110156522
Binary100011110000110110011011010001011001000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472116; }

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

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

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

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

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

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

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

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