#47221E

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

Shades of Brown Pod #47221E

Tints of Brown Pod #47221E

Color information

#47221E (or 0x47221E) is unknown color: approx Brown Pod. HEX triplet: 47, 22 and 1E. RGB value is (71,34,30). Sum of RGB (Red+Green+Blue) = 71+34+30=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221E is #B8DDE1. Grayscale: #2C2C2C. Windows color (decimal): -12115426 or 1974855. OLE color: 1974855.

HSL color Cylindrical-coordinate representation of color #47221E: hue angle of 5.85º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47221E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB713430-
CMYK00.520.580.72
HSL5.85º40.59%19.8%-
HSV(B)5.85º57.75%27.84%-
XYZ3.42.581.55-
YUV44.61119.76146.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=52.59%
G=25.19%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71343000.520.580.725.8540.5919.8
Hex47221E0343A4862914
Octal10742360647211065124
Binary1000111100010111100110100111010100100011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47221E; }

 p { color: rgb(71,34,30); }

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

<style>
 a { background-color: #47221E; }

 a { background-color: rgb(71,34,30); }

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

<style>
 span { border-color: #47221E; }

 span { border-color: rgb(71,34,30); }

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