#471F19

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

Shades of Brown Pod #471F19

Tints of Brown Pod #471F19

Color information

#471F19 (or 0x471F19) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 19. RGB value is (71,31,25). Sum of RGB (Red+Green+Blue) = 71+31+25=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F19 is #B8E0E6. Grayscale: #2A2A2A. Windows color (decimal): -12116199 or 1646407. OLE color: 1646407.

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

Color convert

RGB713125-
CMYK00.560.650.72
HSL7.83º47.92%18.82%-
HSV(B)7.83º64.79%27.84%-
XYZ3.262.391.21-
YUV42.28118.25148.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=55.91%
G=24.41%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71312500.560.650.727.8347.9218.82
Hex471F19038414883013
Octal1073731070101110106023
Binary10001111111111001011100010000011001000100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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