#471406

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

Shades of Brown Pod #471406

Tints of Brown Pod #471406

Color information

#471406 (or 0x471406) is unknown color: approx Brown Pod. HEX triplet: 47, 14 and 06. RGB value is (71,20,6). Sum of RGB (Red+Green+Blue) = 71+20+6=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471406 is #B8EBF9. Grayscale: #212121. Windows color (decimal): -12119034 or 398407. OLE color: 398407.

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

Color convert

RGB71206-
CMYK00.720.920.72
HSL12.92º84.42%15.1%-
HSV(B)12.92º91.55%27.84%-
XYZ2.881.850.38-
YUV33.65112.4154.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=73.20%
G=20.62%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120600.720.920.7212.9284.4215.1
Hex471460485C48d54f
Octal10724601101341101512417
Binary1000111101001100100100010111001001000110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471406; }

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

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

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

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

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

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

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

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