#472409

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

Shades of Brown Pod #472409

Tints of Brown Pod #472409

Color information

#472409 (or 0x472409) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 09. RGB value is (71,36,9). Sum of RGB (Red+Green+Blue) = 71+36+9=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472409 is #B8DBF6. Grayscale: #2B2B2B. Windows color (decimal): -12114935 or 599111. OLE color: 599111.

HSL color Cylindrical-coordinate representation of color #472409: hue angle of 26.13º 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 #472409 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB71369-
CMYK00.490.870.72
HSL26.13º77.5%15.69%-
HSV(B)26.13º87.32%27.84%-
XYZ3.282.620.59-
YUV43.39108.6147.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=61.21%
G=31.03%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7136900.490.870.7226.1377.515.69
Hex4724903157481a4e10
Octal10744110611271103211620
Binary1000111100100100101100011010111100100011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472409; }

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

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

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

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

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

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

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

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