#471C03

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

Shades of Brown Pod #471C03

Tints of Brown Pod #471C03

Color information

#471C03 (or 0x471C03) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 03. RGB value is (71,28,3). Sum of RGB (Red+Green+Blue) = 71+28+3=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C03 is #B8E3FC. Grayscale: #262626. Windows color (decimal): -12116989 or 203847. OLE color: 203847.

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

Color convert

RGB71283-
CMYK00.610.960.72
HSL22.06º91.89%14.51%-
HSV(B)22.06º95.77%27.84%-
XYZ3.032.180.35-
YUV38.01108.25151.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 69.61%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=69.61%
G=27.45%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7128300.610.960.7222.0691.8914.51
Hex471C303D6048165cf
Octal1073430751401102613417
Binary100011111100110111101110000010010001011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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