#471100

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

Shades of Brown Pod #471100

Tints of Brown Pod #471100

Color information

#471100 (or 0x471100) is unknown color: approx Brown Pod. HEX triplet: 47, 11 and 00. RGB value is (71,17,0). Sum of RGB (Red+Green+Blue) = 71+17+0=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #471100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471100 is #B8EEFF. Grayscale: #1F1F1F. Windows color (decimal): -12119808 or 4423. OLE color: 4423.

HSL color Cylindrical-coordinate representation of color #471100: hue angle of 14.37º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #471100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB71170-
CMYK00.7610.72
HSL14.37º100%13.92%-
HSV(B)14.37º100%27.84%-
XYZ2.81.740.19-
YUV31.21110.39156.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 80.68%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.68%
G=19.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7117000.7610.7214.3710013.92
Hex4711004C6448e64e
Octal10721001141441101614416
Binary10001111000100100110011001001001000111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471100; }

 p { color: rgb(71,17,0); }

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

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

 a { background-color: rgb(71,17,0); }

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

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

 span { border-color: rgb(71,17,0); }

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