#471703

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

Shades of Brown Pod #471703

Tints of Brown Pod #471703

Color information

#471703 (or 0x471703) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 03. RGB value is (71,23,3). Sum of RGB (Red+Green+Blue) = 71+23+3=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471703 is #B8E8FC. Grayscale: #232323. Windows color (decimal): -12118269 or 202567. OLE color: 202567.

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

Color convert

RGB71233-
CMYK00.680.960.72
HSL17.65º91.89%14.51%-
HSV(B)17.65º95.77%27.84%-
XYZ2.921.960.31-
YUV35.07109.9153.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=73.20%
G=23.71%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123300.680.960.7217.6591.8914.51
Hex471730446048125cf
Octal10727301041401102213417
Binary1000111101111101000100110000010010001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471703; }

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

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

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

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

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

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

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

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