#472004

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

Shades of Brown Pod #472004

Tints of Brown Pod #472004

Color information

#472004 (or 0x472004) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 04. RGB value is (71,32,4). Sum of RGB (Red+Green+Blue) = 71+32+4=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #472004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472004 is #B8DFFB. Grayscale: #282828. Windows color (decimal): -12115964 or 270407. OLE color: 270407.

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

Color convert

RGB71324-
CMYK00.550.940.72
HSL25.07º89.33%14.71%-
HSV(B)25.07º94.37%27.84%-
XYZ3.142.380.41-
YUV40.47107.42149.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=66.36%
G=29.91%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132400.550.940.7225.0789.3314.71
Hex472040375E481959f
Octal1074040671361103113117
Binary10001111000001000110111101111010010001100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472004; }

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

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

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

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

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

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

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

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