#472311

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

Shades of Brown Pod #472311

Tints of Brown Pod #472311

Color information

#472311 (or 0x472311) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 11. RGB value is (71,35,17). Sum of RGB (Red+Green+Blue) = 71+35+17=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472311 is #B8DCEE. Grayscale: #2B2B2B. Windows color (decimal): -12115183 or 1123143. OLE color: 1123143.

HSL color Cylindrical-coordinate representation of color #472311: hue angle of 20º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472311 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB713517-
CMYK00.510.760.72
HSL20º61.36%17.25%-
HSV(B)20º76.06%27.84%-
XYZ3.32.580.85-
YUV43.71112.93147.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=57.72%
G=28.46%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71351700.510.760.722061.3617.25
Hex4723110334C48143d11
Octal1074321063114110247521
Binary1000111100011100010110011100110010010001010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472311; }

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

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

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

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

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

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

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

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