#471804

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

Shades of Brown Pod #471804

Tints of Brown Pod #471804

Color information

#471804 (or 0x471804) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 04. RGB value is (71,24,4). Sum of RGB (Red+Green+Blue) = 71+24+4=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471804 is #B8E7FB. Grayscale: #232323. Windows color (decimal): -12118012 or 268359. OLE color: 268359.

HSL color Cylindrical-coordinate representation of color #471804: hue angle of 17.91º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #471804 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB71244-
CMYK00.660.940.72
HSL17.91º89.33%14.71%-
HSV(B)17.91º94.37%27.84%-
XYZ2.9520.35-
YUV35.77110.07153.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=71.72%
G=24.24%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7124400.660.940.7217.9189.3314.71
Hex471840425E481259f
Octal10730401021361102213117
Binary10001111100010001000010101111010010001001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471804; }

 p { color: rgb(71,24,4); }

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

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

 a { background-color: rgb(71,24,4); }

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

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

 span { border-color: rgb(71,24,4); }

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