#472414

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

Shades of Brown Pod #472414

Tints of Brown Pod #472414

Color information

#472414 (or 0x472414) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 14. RGB value is (71,36,20). Sum of RGB (Red+Green+Blue) = 71+36+20=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472414 is #B8DBEB. Grayscale: #2C2C2C. Windows color (decimal): -12114924 or 1320007. OLE color: 1320007.

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

Color convert

RGB713620-
CMYK00.490.720.72
HSL18.82º56.04%17.84%-
HSV(B)18.82º71.83%27.84%-
XYZ3.362.651-
YUV44.64114.1146.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=55.91%
G=28.35%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71362000.490.720.7218.8256.0417.84
Hex4724140314848133812
Octal1074424061110110237022
Binary1000111100100101000110001100100010010001001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472414; }

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

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

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

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

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

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

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

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