#47271F

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

Shades of Brown Pod #47271F

Tints of Brown Pod #47271F

Color information

#47271F (or 0x47271F) is unknown color: approx Brown Pod. HEX triplet: 47, 27 and 1F. RGB value is (71,39,31). Sum of RGB (Red+Green+Blue) = 71+39+31=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47271F is #B8D8E0. Grayscale: #2F2F2F. Windows color (decimal): -12114145 or 2041671. OLE color: 2041671.

HSL color Cylindrical-coordinate representation of color #47271F: hue angle of 12º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47271F is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB713931-
CMYK00.450.560.72
HSL12º39.22%20%-
HSV(B)12º56.34%27.84%-
XYZ3.572.891.67-
YUV47.66118.6144.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=50.35%
G=27.66%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71393100.450.560.721239.2220
Hex47271F02D3848c2714
Octal107473705570110144724
Binary10001111001111111101011011110001001000110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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