#47271E

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

Shades of Brown Pod #47271E

Tints of Brown Pod #47271E

Color information

#47271E (or 0x47271E) is unknown color: approx Brown Pod. HEX triplet: 47, 27 and 1E. RGB value is (71,39,30). Sum of RGB (Red+Green+Blue) = 71+39+30=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47271E is #B8D8E1. Grayscale: #2F2F2F. Windows color (decimal): -12114146 or 1976135. OLE color: 1976135.

HSL color Cylindrical-coordinate representation of color #47271E: hue angle of 13.17º 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 #47271E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB713930-
CMYK00.450.580.72
HSL13.17º40.59%19.8%-
HSV(B)13.17º57.75%27.84%-
XYZ3.562.881.6-
YUV47.54118.1144.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=50.71%
G=27.86%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71393000.450.580.7213.1740.5919.8
Hex47271E02D3A48d2914
Octal107473605572110155124
Binary10001111001111111001011011110101001000110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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