#471600

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

Shades of Brown Pod #471600

Tints of Brown Pod #471600

Color information

#471600 (or 0x471600) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 00. RGB value is (71,22,0). Sum of RGB (Red+Green+Blue) = 71+22+0=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471600 is #B8E9FF. Grayscale: #222222. Windows color (decimal): -12118528 or 5703. OLE color: 5703.

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

Color convert

RGB71220-
CMYK00.6910.72
HSL18.59º100%13.92%-
HSV(B)18.59º100%27.84%-
XYZ2.891.910.22-
YUV34.14108.73154.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.34%
G=23.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122000.6910.7218.5910013.92
Hex4716004564481364e
Octal10726001051441102314416
Binary100011110110001000101110010010010001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471600; }

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

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

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

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

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

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

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

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