#472316

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

Shades of Brown Pod #472316

Tints of Brown Pod #472316

Color information

#472316 (or 0x472316) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 16. RGB value is (71,35,22). Sum of RGB (Red+Green+Blue) = 71+35+22=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472316 is #B8DCE9. Grayscale: #2C2C2C. Windows color (decimal): -12115178 or 1450823. OLE color: 1450823.

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

Color convert

RGB713522-
CMYK00.510.690.72
HSL15.92º52.69%18.24%-
HSV(B)15.92º69.01%27.84%-
XYZ3.342.61.08-
YUV44.28115.43147.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=55.47%
G=27.34%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71352200.510.690.7215.9252.6918.24
Hex4723160334548103512
Octal1074326063105110206522
Binary1000111100011101100110011100010110010001000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472316; }

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

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

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

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

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

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

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

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