#471F05

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

Shades of Brown Pod #471F05

Tints of Brown Pod #471F05

Color information

#471F05 (or 0x471F05) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 05. RGB value is (71,31,5). Sum of RGB (Red+Green+Blue) = 71+31+5=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F05 is #B8E0FA. Grayscale: #282828. Windows color (decimal): -12116219 or 335687. OLE color: 335687.

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

Color convert

RGB71315-
CMYK00.560.930.72
HSL23.64º86.84%14.9%-
HSV(B)23.64º92.96%27.84%-
XYZ3.122.330.43-
YUV40108.25150.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=66.36%
G=28.97%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131500.560.930.7223.6486.8414.9
Hex471F50385D481857f
Octal1073750701351103012717
Binary1000111111111010111000101110110010001100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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