#472012

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

Shades of Brown Pod #472012

Tints of Brown Pod #472012

Color information

#472012 (or 0x472012) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 12. RGB value is (71,32,18). Sum of RGB (Red+Green+Blue) = 71+32+18=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472012 is #B8DFED. Grayscale: #2A2A2A. Windows color (decimal): -12115950 or 1187911. OLE color: 1187911.

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

Color convert

RGB713218-
CMYK00.550.750.72
HSL15.85º59.55%17.45%-
HSV(B)15.85º74.65%27.84%-
XYZ3.222.420.87-
YUV42.06114.42148.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=58.68%
G=26.45%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71321800.550.750.7215.8559.5517.45
Hex4720120374B48103c11
Octal1074022067113110207421
Binary1000111100000100100110111100101110010001000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472012; }

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

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

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

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

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

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

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

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