#471F06

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

Shades of Brown Pod #471F06

Tints of Brown Pod #471F06

Color information

#471F06 (or 0x471F06) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 06. RGB value is (71,31,6). Sum of RGB (Red+Green+Blue) = 71+31+6=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F06 is #B8E0F9. Grayscale: #282828. Windows color (decimal): -12116218 or 401223. OLE color: 401223.

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

Color convert

RGB71316-
CMYK00.560.920.72
HSL23.08º84.42%15.1%-
HSV(B)23.08º91.55%27.84%-
XYZ3.122.330.46-
YUV40.11108.75150.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=65.74%
G=28.70%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131600.560.920.7223.0884.4215.1
Hex471F60385C481754f
Octal1073760701341102712417
Binary1000111111111100111000101110010010001011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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