#47200D

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

Shades of Brown Pod #47200D

Tints of Brown Pod #47200D

Color information

#47200D (or 0x47200D) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 0D. RGB value is (71,32,13). Sum of RGB (Red+Green+Blue) = 71+32+13=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47200D is #B8DFF2. Grayscale: #292929. Windows color (decimal): -12115955 or 860231. OLE color: 860231.

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

Color convert

RGB713213-
CMYK00.550.820.72
HSL19.66º69.05%16.47%-
HSV(B)19.66º81.69%27.84%-
XYZ3.192.40.68-
YUV41.5111.92149.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=61.21%
G=27.59%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71321300.550.820.7219.6669.0516.47
Hex4720D0375248144510
Octal10740150671221102410520
Binary1000111100000110101101111010010100100010100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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