#471401

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

Shades of Brown Pod #471401

Tints of Brown Pod #471401

Color information

#471401 (or 0x471401) is unknown color: approx Brown Pod. HEX triplet: 47, 14 and 01. RGB value is (71,20,1). Sum of RGB (Red+Green+Blue) = 71+20+1=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #471401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471401 is #B8EBFE. Grayscale: #212121. Windows color (decimal): -12119039 or 70727. OLE color: 70727.

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

Color convert

RGB71201-
CMYK00.720.990.72
HSL16.29º97.22%14.12%-
HSV(B)16.29º98.59%27.84%-
XYZ2.851.840.23-
YUV33.08109.9155.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 77.17%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=77.17%
G=21.74%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120100.720.990.7216.2997.2214.12
Hex4714104863481061e
Octal10724101101431102014116
Binary100011110100101001000110001110010001000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471401; }

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

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

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

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

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

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

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

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