#471C09

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

Shades of Brown Pod #471C09

Tints of Brown Pod #471C09

Color information

#471C09 (or 0x471C09) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 09. RGB value is (71,28,9). Sum of RGB (Red+Green+Blue) = 71+28+9=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C09 is #B8E3F6. Grayscale: #262626. Windows color (decimal): -12116983 or 597063. OLE color: 597063.

HSL color Cylindrical-coordinate representation of color #471C09: hue angle of 18.39º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471C09 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB71289-
CMYK00.610.870.72
HSL18.39º77.5%15.69%-
HSV(B)18.39º87.32%27.84%-
XYZ3.062.190.52-
YUV38.69111.25151.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=65.74%
G=25.93%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7128900.610.870.7218.3977.515.69
Hex471C903D5748124e10
Octal10734110751271102211620
Binary100011111100100101111011010111100100010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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