#471301

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

Shades of Brown Pod #471301

Tints of Brown Pod #471301

Color information

#471301 (or 0x471301) is unknown color: approx Brown Pod. HEX triplet: 47, 13 and 01. RGB value is (71,19,1). Sum of RGB (Red+Green+Blue) = 71+19+1=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #471301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471301 is #B8ECFE. Grayscale: #202020. Windows color (decimal): -12119295 or 70471. OLE color: 70471.

HSL color Cylindrical-coordinate representation of color #471301: hue angle of 15.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #471301 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB71191-
CMYK00.730.990.72
HSL15.43º97.22%14.12%-
HSV(B)15.43º98.59%27.84%-
XYZ2.841.810.23-
YUV32.5110.23155.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=78.02%
G=20.88%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7119100.730.990.7215.4397.2214.12
Hex471310496348f61e
Octal10723101111431101714116
Binary10001111001110100100111000111001000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471301; }

 p { color: rgb(71,19,1); }

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

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

 a { background-color: rgb(71,19,1); }

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

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

 span { border-color: rgb(71,19,1); }

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