#471D03

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

Shades of Brown Pod #471D03

Tints of Brown Pod #471D03

Color information

#471D03 (or 0x471D03) is unknown color: approx Brown Pod. HEX triplet: 47, 1D and 03. RGB value is (71,29,3). Sum of RGB (Red+Green+Blue) = 71+29+3=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D03 is #B8E2FC. Grayscale: #262626. Windows color (decimal): -12116733 or 204103. OLE color: 204103.

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

Color convert

RGB71293-
CMYK00.590.960.72
HSL22.94º91.89%14.51%-
HSV(B)22.94º95.77%27.84%-
XYZ3.052.220.35-
YUV38.59107.91151.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 3 (1.56% from 255) = 2.91%
R=68.93%
G=28.16%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7129300.590.960.7222.9491.8914.51
Hex471D303B6048175cf
Octal1073530731401102713417
Binary100011111101110111011110000010010001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471D03; }

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

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

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

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

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

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

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

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