#471400

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

Shades of Brown Pod #471400

Tints of Brown Pod #471400

Color information

#471400 (or 0x471400) is unknown color: approx Brown Pod. HEX triplet: 47, 14 and 00. RGB value is (71,20,0). Sum of RGB (Red+Green+Blue) = 71+20+0=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #471400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471400 is #B8EBFF. Grayscale: #212121. Windows color (decimal): -12119040 or 5191. OLE color: 5191.

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

Color convert

RGB71200-
CMYK00.7210.72
HSL16.9º100%13.92%-
HSV(B)16.9º100%27.84%-
XYZ2.851.840.2-
YUV32.97109.4155.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.02%
G=21.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120000.7210.7216.910013.92
Hex4714004864481164e
Octal10724001101441102114416
Binary100011110100001001000110010010010001000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471400; }

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

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

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

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

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

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

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

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