#47201A

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

Shades of Brown Pod #47201A

Tints of Brown Pod #47201A

Color information

#47201A (or 0x47201A) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 1A. RGB value is (71,32,26). Sum of RGB (Red+Green+Blue) = 71+32+26=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #47201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47201A is #B8DFE5. Grayscale: #2B2B2B. Windows color (decimal): -12115942 or 1712199. OLE color: 1712199.

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

Color convert

RGB713226-
CMYK00.550.630.72
HSL46.39%19.02%-
HSV(B)63.38%27.84%-
XYZ3.32.451.28-
YUV42.98118.42147.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=55.04%
G=24.81%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71322600.550.630.72846.3919.02
Hex47201A0373F4882e13
Octal107403206777110105623
Binary10001111000001101001101111111111001000100010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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