#471602

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

Shades of Brown Pod #471602

Tints of Brown Pod #471602

Color information

#471602 (or 0x471602) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 02. RGB value is (71,22,2). Sum of RGB (Red+Green+Blue) = 71+22+2=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471602 is #B8E9FD. Grayscale: #222222. Windows color (decimal): -12118526 or 136775. OLE color: 136775.

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

Color convert

RGB71222-
CMYK00.690.970.72
HSL17.39º94.52%14.31%-
HSV(B)17.39º97.18%27.84%-
XYZ2.91.920.27-
YUV34.37109.73154.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=74.74%
G=23.16%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122200.690.970.7217.3994.5214.31
Hex471620456148115fe
Octal10726201051411102113716
Binary1000111101101001000101110000110010001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471602; }

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

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

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

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

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

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

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

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