#47211C

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

Shades of Brown Pod #47211C

Tints of Brown Pod #47211C

Color information

#47211C (or 0x47211C) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 1C. RGB value is (71,33,28). Sum of RGB (Red+Green+Blue) = 71+33+28=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47211C is #B8DEE3. Grayscale: #2B2B2B. Windows color (decimal): -12115684 or 1843527. OLE color: 1843527.

HSL color Cylindrical-coordinate representation of color #47211C: hue angle of 6.98º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47211C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB713328-
CMYK00.540.610.72
HSL6.98º43.43%19.41%-
HSV(B)6.98º60.56%27.84%-
XYZ3.352.511.41-
YUV43.79119.09147.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=53.79%
G=25%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71332800.540.610.726.9843.4319.41
Hex47211C0363D4872b13
Octal10741340667511075323
Binary1000111100001111000110110111101100100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47211C; }

 p { color: rgb(71,33,28); }

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

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

 a { background-color: rgb(71,33,28); }

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

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

 span { border-color: rgb(71,33,28); }

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