#47200A

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

Shades of Brown Pod #47200A

Tints of Brown Pod #47200A

Color information

#47200A (or 0x47200A) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 0A. RGB value is (71,32,10). Sum of RGB (Red+Green+Blue) = 71+32+10=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #47200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47200A is #B8DFF5. Grayscale: #292929. Windows color (decimal): -12115958 or 663623. OLE color: 663623.

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

Color convert

RGB713210-
CMYK00.550.860.72
HSL21.64º75.31%15.88%-
HSV(B)21.64º85.92%27.84%-
XYZ3.172.390.58-
YUV41.15110.42149.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=62.83%
G=28.32%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71321000.550.860.7221.6475.3115.88
Hex4720A0375648164b10
Octal10740120671261102611320
Binary1000111100000101001101111010110100100010110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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