#472204

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

Shades of Brown Pod #472204

Tints of Brown Pod #472204

Color information

#472204 (or 0x472204) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 04. RGB value is (71,34,4). Sum of RGB (Red+Green+Blue) = 71+34+4=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #472204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472204 is #B8DDFB. Grayscale: #292929. Windows color (decimal): -12115452 or 270919. OLE color: 270919.

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

Color convert

RGB71344-
CMYK00.520.940.72
HSL26.87º89.33%14.71%-
HSV(B)26.87º94.37%27.84%-
XYZ3.192.490.43-
YUV41.64106.76148.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=65.14%
G=31.19%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134400.520.940.7226.8789.3314.71
Hex472240345E481b59f
Octal1074240641361103313117
Binary10001111000101000110100101111010010001101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472204; }

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

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

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

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

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

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

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

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