#501807

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

Shades of Brown Pod #501807

Tints of Brown Pod #501807

Color information

#501807 (or 0x501807) is unknown color: approx Brown Pod. HEX triplet: 50, 18 and 07. RGB value is (80,24,7). Sum of RGB (Red+Green+Blue) = 80+24+7=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501807 is #AFE7F8. Grayscale: #262626. Windows color (decimal): -11528185 or 464976. OLE color: 464976.

HSL color Cylindrical-coordinate representation of color #501807: hue angle of 13.97º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #501807 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB80247-
CMYK00.700.910.69
HSL13.97º83.91%17.06%-
HSV(B)13.97º91.25%31.37%-
XYZ3.672.370.47-
YUV38.81110.05157.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.07%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=72.07%
G=21.62%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8024700.700.910.6913.9783.9117.06
Hex501870465B45e5411
Octal12030701061331051612421
Binary10100001100011101000110101101110001011110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501807; }

 p { color: rgb(80,24,7); }

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

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

 a { background-color: rgb(80,24,7); }

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

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

 span { border-color: rgb(80,24,7); }

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