#472002

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

Shades of Brown Pod #472002

Tints of Brown Pod #472002

Color information

#472002 (or 0x472002) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 02. RGB value is (71,32,2). Sum of RGB (Red+Green+Blue) = 71+32+2=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #472002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472002 is #B8DFFD. Grayscale: #282828. Windows color (decimal): -12115966 or 139335. OLE color: 139335.

HSL color Cylindrical-coordinate representation of color #472002: hue angle of 26.09º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #472002 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB71322-
CMYK00.550.970.72
HSL26.09º94.52%14.31%-
HSV(B)26.09º97.18%27.84%-
XYZ3.132.380.35-
YUV40.24106.42149.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=67.62%
G=30.48%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132200.550.970.7226.0994.5214.31
Hex4720203761481a5fe
Octal1074020671411103213716
Binary1000111100000100110111110000110010001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472002; }

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

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

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

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

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

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

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

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