#47200F

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

Shades of Brown Pod #47200F

Tints of Brown Pod #47200F

Color information

#47200F (or 0x47200F) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 0F. RGB value is (71,32,15). Sum of RGB (Red+Green+Blue) = 71+32+15=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47200F is #B8DFF0. Grayscale: #292929. Windows color (decimal): -12115953 or 991303. OLE color: 991303.

HSL color Cylindrical-coordinate representation of color #47200F: hue angle of 18.21º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47200F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB713215-
CMYK00.550.790.72
HSL18.21º65.12%16.86%-
HSV(B)18.21º78.87%27.84%-
XYZ3.22.410.75-
YUV41.72112.92148.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=60.17%
G=27.12%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71321500.550.790.7218.2165.1216.86
Hex4720F0374F48124111
Octal10740170671171102210121
Binary1000111100000111101101111001111100100010010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47200F; }

 p { color: rgb(71,32,15); }

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

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

 a { background-color: rgb(71,32,15); }

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

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

 span { border-color: rgb(71,32,15); }

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