#471D13

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

Shades of Brown Pod #471D13

Tints of Brown Pod #471D13

Color information

#471D13 (or 0x471D13) is unknown color: approx Brown Pod. HEX triplet: 47, 1D and 13. RGB value is (71,29,19). Sum of RGB (Red+Green+Blue) = 71+29+19=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D13 is #B8E2EC. Grayscale: #282828. Windows color (decimal): -12116717 or 1252679. OLE color: 1252679.

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

Color convert

RGB712919-
CMYK00.590.730.72
HSL11.54º57.78%17.65%-
HSV(B)11.54º73.24%27.84%-
XYZ3.162.270.89-
YUV40.42115.91149.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=59.66%
G=24.37%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71291900.590.730.7211.5457.7817.65
Hex471D1303B4948c3a12
Octal1073523073111110147222
Binary10001111110110011011101110010011001000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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