#472206

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

Shades of Brown Pod #472206

Tints of Brown Pod #472206

Color information

#472206 (or 0x472206) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 06. RGB value is (71,34,6). Sum of RGB (Red+Green+Blue) = 71+34+6=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472206 is #B8DDF9. Grayscale: #2A2A2A. Windows color (decimal): -12115450 or 401991. OLE color: 401991.

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

Color convert

RGB71346-
CMYK00.520.920.72
HSL25.85º84.42%15.1%-
HSV(B)25.85º91.55%27.84%-
XYZ3.22.50.49-
YUV41.87107.76148.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=63.96%
G=30.63%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134600.520.920.7225.8584.4215.1
Hex472260345C481a54f
Octal1074260641341103212417
Binary10001111000101100110100101110010010001101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472206; }

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

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

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

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

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

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

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

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