#471F13

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

Shades of Brown Pod #471F13

Tints of Brown Pod #471F13

Color information

#471F13 (or 0x471F13) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 13. RGB value is (71,31,19). Sum of RGB (Red+Green+Blue) = 71+31+19=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F13 is #B8E0EC. Grayscale: #292929. Windows color (decimal): -12116205 or 1253191. OLE color: 1253191.

HSL color Cylindrical-coordinate representation of color #471F13: hue angle of 13.85º 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 #471F13 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB713119-
CMYK00.560.730.72
HSL13.85º57.78%17.65%-
HSV(B)13.85º73.24%27.84%-
XYZ3.212.370.9-
YUV41.59115.25148.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=58.68%
G=25.62%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71311900.560.730.7213.8557.7817.65
Hex471F130384948e3a12
Octal1073723070111110167222
Binary10001111111110011011100010010011001000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471F13; }

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

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

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

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

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

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

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

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