#471F14

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

Shades of Brown Pod #471F14

Tints of Brown Pod #471F14

Color information

#471F14 (or 0x471F14) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 14. RGB value is (71,31,20). Sum of RGB (Red+Green+Blue) = 71+31+20=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F14 is #B8E0EB. Grayscale: #292929. Windows color (decimal): -12116204 or 1318727. OLE color: 1318727.

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

Color convert

RGB713120-
CMYK00.560.720.72
HSL12.94º56.04%17.84%-
HSV(B)12.94º71.83%27.84%-
XYZ3.212.370.95-
YUV41.71115.75148.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=58.20%
G=25.41%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71312000.560.720.7212.9456.0417.84
Hex471F140384848d3812
Octal1073724070110110157022
Binary10001111111110100011100010010001001000110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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