#471A06

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

Shades of Brown Pod #471A06

Tints of Brown Pod #471A06

Color information

#471A06 (or 0x471A06) is unknown color: approx Brown Pod. HEX triplet: 47, 1A and 06. RGB value is (71,26,6). Sum of RGB (Red+Green+Blue) = 71+26+6=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A06 is #B8E5F9. Grayscale: #252525. Windows color (decimal): -12117498 or 399943. OLE color: 399943.

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

Color convert

RGB71266-
CMYK00.630.920.72
HSL18.46º84.42%15.1%-
HSV(B)18.46º91.55%27.84%-
XYZ32.090.42-
YUV37.17110.41152.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=68.93%
G=25.24%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126600.630.920.7218.4684.4215.1
Hex471A603F5C481254f
Octal1073260771341102212417
Binary1000111110101100111111101110010010001001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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