#47261F

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

Shades of Brown Pod #47261F

Tints of Brown Pod #47261F

Color information

#47261F (or 0x47261F) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 1F. RGB value is (71,38,31). Sum of RGB (Red+Green+Blue) = 71+38+31=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261F is #B8D9E0. Grayscale: #2F2F2F. Windows color (decimal): -12114401 or 2041415. OLE color: 2041415.

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

Color convert

RGB713831-
CMYK00.460.560.72
HSL10.5º39.22%20%-
HSV(B)10.5º56.34%27.84%-
XYZ3.542.821.66-
YUV47.07118.93145.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=50.71%
G=27.14%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71383100.460.560.7210.539.2220
Hex47261F02E3848b2714
Octal107463705670110134724
Binary10001111001101111101011101110001001000101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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