#471303

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

Shades of Brown Pod #471303

Tints of Brown Pod #471303

Color information

#471303 (or 0x471303) is unknown color: approx Brown Pod. HEX triplet: 47, 13 and 03. RGB value is (71,19,3). Sum of RGB (Red+Green+Blue) = 71+19+3=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471303 is #B8ECFC. Grayscale: #202020. Windows color (decimal): -12119293 or 201543. OLE color: 201543.

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

Color convert

RGB71193-
CMYK00.730.960.72
HSL14.12º91.89%14.51%-
HSV(B)14.12º95.77%27.84%-
XYZ2.851.810.29-
YUV32.72111.23155.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=76.34%
G=20.43%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7119300.730.960.7214.1291.8914.51
Hex471330496048e5cf
Octal10723301111401101613417
Binary100011110011110100100111000001001000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471303; }

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

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

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

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

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

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

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

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