#47251F

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

Shades of Brown Pod #47251F

Tints of Brown Pod #47251F

Color information

#47251F (or 0x47251F) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 1F. RGB value is (71,37,31). Sum of RGB (Red+Green+Blue) = 71+37+31=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251F is #B8DAE0. Grayscale: #2E2E2E. Windows color (decimal): -12114657 or 2041159. OLE color: 2041159.

HSL color Cylindrical-coordinate representation of color #47251F: hue angle of 9º 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 #47251F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB713731-
CMYK00.480.560.72
HSL39.22%20%-
HSV(B)56.34%27.84%-
XYZ3.512.761.64-
YUV46.48119.26145.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=51.08%
G=26.62%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71373100.480.560.72939.2220
Hex47251F030384892714
Octal107453706070110114724
Binary10001111001011111101100001110001001000100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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