#471700

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

Shades of Brown Pod #471700

Tints of Brown Pod #471700

Color information

#471700 (or 0x471700) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 00. RGB value is (71,23,0). Sum of RGB (Red+Green+Blue) = 71+23+0=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471700 is #B8E8FF. Grayscale: #222222. Windows color (decimal): -12118272 or 5959. OLE color: 5959.

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

Color convert

RGB71230-
CMYK00.6810.72
HSL19.44º100%13.92%-
HSV(B)19.44º100%27.84%-
XYZ2.91.950.22-
YUV34.73108.4153.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.53%
G=24.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123000.6810.7219.4410013.92
Hex4717004464481364e
Octal10727001041441102314416
Binary100011110111001000100110010010010001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471700; }

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

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

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

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

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

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

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

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