#471A09

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

Shades of Brown Pod #471A09

Tints of Brown Pod #471A09

Color information

#471A09 (or 0x471A09) is unknown color: approx Brown Pod. HEX triplet: 47, 1A and 09. RGB value is (71,26,9). Sum of RGB (Red+Green+Blue) = 71+26+9=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A09 is #B8E5F6. Grayscale: #252525. Windows color (decimal): -12117495 or 596551. OLE color: 596551.

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

Color convert

RGB71269-
CMYK00.630.870.72
HSL16.45º77.5%15.69%-
HSV(B)16.45º87.32%27.84%-
XYZ3.022.10.5-
YUV37.52111.91151.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=66.98%
G=24.53%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126900.630.870.7216.4577.515.69
Hex471A903F5748104e10
Octal10732110771271102011620
Binary100011111010100101111111010111100100010000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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