#472309

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

Shades of Brown Pod #472309

Tints of Brown Pod #472309

Color information

#472309 (or 0x472309) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 09. RGB value is (71,35,9). Sum of RGB (Red+Green+Blue) = 71+35+9=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472309 is #B8DCF6. Grayscale: #2A2A2A. Windows color (decimal): -12115191 or 598855. OLE color: 598855.

HSL color Cylindrical-coordinate representation of color #472309: hue angle of 25.16º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #472309 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB71359-
CMYK00.510.870.72
HSL25.16º77.5%15.69%-
HSV(B)25.16º87.32%27.84%-
XYZ3.252.560.58-
YUV42.8108.93148.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=61.74%
G=30.43%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135900.510.870.7225.1677.515.69
Hex472390335748194e10
Octal10743110631271103111620
Binary1000111100011100101100111010111100100011001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472309; }

 p { color: rgb(71,35,9); }

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

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

 a { background-color: rgb(71,35,9); }

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

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

 span { border-color: rgb(71,35,9); }

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