#47211D

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

Shades of Brown Pod #47211D

Tints of Brown Pod #47211D

Color information

#47211D (or 0x47211D) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 1D. RGB value is (71,33,29). Sum of RGB (Red+Green+Blue) = 71+33+29=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47211D is #B8DEE2. Grayscale: #2B2B2B. Windows color (decimal): -12115683 or 1909063. OLE color: 1909063.

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

Color convert

RGB713329-
CMYK00.540.590.72
HSL5.71º42%19.61%-
HSV(B)5.71º59.15%27.84%-
XYZ3.362.521.47-
YUV43.91119.59147.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=53.38%
G=24.81%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71332900.540.590.725.714219.61
Hex47211D0363B4862a14
Octal10741350667311065224
Binary1000111100001111010110110111011100100011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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