#471603

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

Shades of Brown Pod #471603

Tints of Brown Pod #471603

Color information

#471603 (or 0x471603) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 03. RGB value is (71,22,3). Sum of RGB (Red+Green+Blue) = 71+22+3=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471603 is #B8E9FC. Grayscale: #222222. Windows color (decimal): -12118525 or 202311. OLE color: 202311.

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

Color convert

RGB71223-
CMYK00.690.960.72
HSL16.76º91.89%14.51%-
HSV(B)16.76º95.77%27.84%-
XYZ2.91.920.3-
YUV34.48110.23154.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.96%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=73.96%
G=22.92%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122300.690.960.7216.7691.8914.51
Hex471630456048115cf
Octal10726301051401102113417
Binary1000111101101101000101110000010010001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471603; }

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

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

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

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

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

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

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

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