#472001

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

Shades of Brown Pod #472001

Tints of Brown Pod #472001

Color information

#472001 (or 0x472001) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 01. RGB value is (71,32,1). Sum of RGB (Red+Green+Blue) = 71+32+1=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #472001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472001 is #B8DFFE. Grayscale: #282828. Windows color (decimal): -12115967 or 73799. OLE color: 73799.

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

Color convert

RGB71321-
CMYK00.550.990.72
HSL26.57º97.22%14.12%-
HSV(B)26.57º98.59%27.84%-
XYZ3.122.370.32-
YUV40.13105.92150.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=68.27%
G=30.77%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132100.550.990.7226.5797.2214.12
Hex4720103763481b61e
Octal1074010671431103314116
Binary100011110000010110111110001110010001101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472001; }

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

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

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

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

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

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

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

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