#472013

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

Shades of Brown Pod #472013

Tints of Brown Pod #472013

Color information

#472013 (or 0x472013) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 13. RGB value is (71,32,19). Sum of RGB (Red+Green+Blue) = 71+32+19=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472013 is #B8DFEC. Grayscale: #2A2A2A. Windows color (decimal): -12115949 or 1253447. OLE color: 1253447.

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

Color convert

RGB713219-
CMYK00.550.730.72
HSL15º57.78%17.65%-
HSV(B)15º73.24%27.84%-
XYZ3.232.420.91-
YUV42.18114.92148.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=58.20%
G=26.23%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71321900.550.730.721557.7817.65
Hex4720130374948f3a12
Octal1074023067111110177222
Binary100011110000010011011011110010011001000111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472013; }

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

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

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

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

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

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

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

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