#471601

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

Shades of Brown Pod #471601

Tints of Brown Pod #471601

Color information

#471601 (or 0x471601) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 01. RGB value is (71,22,1). Sum of RGB (Red+Green+Blue) = 71+22+1=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471601 is #B8E9FE. Grayscale: #222222. Windows color (decimal): -12118527 or 71239. OLE color: 71239.

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

Color convert

RGB71221-
CMYK00.690.990.72
HSL18º97.22%14.12%-
HSV(B)18º98.59%27.84%-
XYZ2.891.920.25-
YUV34.26109.23154.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=75.53%
G=23.40%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122100.690.990.721897.2214.12
Hex4716104563481261e
Octal10726101051431102214116
Binary100011110110101000101110001110010001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471601; }

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

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

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

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

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

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

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

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