#471204

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

Shades of Brown Pod #471204

Tints of Brown Pod #471204

Color information

#471204 (or 0x471204) is unknown color: approx Brown Pod. HEX triplet: 47, 12 and 04. RGB value is (71,18,4). Sum of RGB (Red+Green+Blue) = 71+18+4=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471204 is #B8EDFB. Grayscale: #202020. Windows color (decimal): -12119548 or 266823. OLE color: 266823.

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

Color convert

RGB71184-
CMYK00.750.940.72
HSL12.54º89.33%14.71%-
HSV(B)12.54º94.37%27.84%-
XYZ2.841.780.31-
YUV32.25112.06155.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=76.34%
G=19.35%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7118400.750.940.7212.5489.3314.71
Hex4712404B5E48d59f
Octal10722401131361101513117
Binary1000111100101000100101110111101001000110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471204; }

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

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

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

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

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

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

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

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