#471B09

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

Shades of Brown Pod #471B09

Tints of Brown Pod #471B09

Color information

#471B09 (or 0x471B09) is unknown color: approx Brown Pod. HEX triplet: 47, 1B and 09. RGB value is (71,27,9). Sum of RGB (Red+Green+Blue) = 71+27+9=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B09 is #B8E4F6. Grayscale: #262626. Windows color (decimal): -12117239 or 596807. OLE color: 596807.

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

Color convert

RGB71279-
CMYK00.620.870.72
HSL17.42º77.5%15.69%-
HSV(B)17.42º87.32%27.84%-
XYZ3.042.140.51-
YUV38.1111.58151.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=66.36%
G=25.23%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7127900.620.870.7217.4277.515.69
Hex471B903E5748114e10
Octal10733110761271102111620
Binary100011111011100101111101010111100100010001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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