#501F09

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

Shades of Brown Pod #501F09

Tints of Brown Pod #501F09

Color information

#501F09 (or 0x501F09) is unknown color: approx Brown Pod. HEX triplet: 50, 1F and 09. RGB value is (80,31,9). Sum of RGB (Red+Green+Blue) = 80+31+9=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F09 is #AFE0F6. Grayscale: #2B2B2B. Windows color (decimal): -11526391 or 597840. OLE color: 597840.

HSL color Cylindrical-coordinate representation of color #501F09: hue angle of 18.59º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501F09 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80319-
CMYK00.610.890.69
HSL18.59º79.78%17.45%-
HSV(B)18.59º88.75%31.37%-
XYZ3.852.710.58-
YUV43.14108.73154.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=66.67%
G=25.83%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8031900.610.890.6918.5979.7817.45
Hex501F903D5945135011
Octal12037110751311052312021
Binary101000011111100101111011011001100010110011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501F09; }

 p { color: rgb(80,31,9); }

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

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

 a { background-color: rgb(80,31,9); }

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

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

 span { border-color: rgb(80,31,9); }

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