#472200

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

Shades of Brown Pod #472200

Tints of Brown Pod #472200

Color information

#472200 (or 0x472200) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 00. RGB value is (71,34,0). Sum of RGB (Red+Green+Blue) = 71+34+0=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #472200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472200 is #B8DDFF. Grayscale: #292929. Windows color (decimal): -12115456 or 8775. OLE color: 8775.

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

Color convert

RGB71340-
CMYK00.5210.72
HSL28.73º100%13.92%-
HSV(B)28.73º100%27.84%-
XYZ3.172.480.31-
YUV41.19104.76149.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.62%
G=32.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134000.5210.7228.7310013.92
Hex4722003464481d64e
Octal1074200641441103514416
Binary100011110001000110100110010010010001110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472200; }

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

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

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

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

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

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

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

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