#471404

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

Shades of Brown Pod #471404

Tints of Brown Pod #471404

Color information

#471404 (or 0x471404) is unknown color: approx Brown Pod. HEX triplet: 47, 14 and 04. RGB value is (71,20,4). Sum of RGB (Red+Green+Blue) = 71+20+4=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471404 is #B8EBFB. Grayscale: #212121. Windows color (decimal): -12119036 or 267335. OLE color: 267335.

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

Color convert

RGB71204-
CMYK00.720.940.72
HSL14.33º89.33%14.71%-
HSV(B)14.33º94.37%27.84%-
XYZ2.871.850.32-
YUV33.42111.4154.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=74.74%
G=21.05%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120400.720.940.7214.3389.3314.71
Hex471440485E48e59f
Octal10724401101361101613117
Binary1000111101001000100100010111101001000111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471404; }

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

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

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

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

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

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

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

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