#501A09

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

Shades of Brown Pod #501A09

Tints of Brown Pod #501A09

Color information

#501A09 (or 0x501A09) is unknown color: approx Brown Pod. HEX triplet: 50, 1A and 09. RGB value is (80,26,9). Sum of RGB (Red+Green+Blue) = 80+26+9=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A09 is #AFE5F6. Grayscale: #282828. Windows color (decimal): -11527671 or 596560. OLE color: 596560.

HSL color Cylindrical-coordinate representation of color #501A09: hue angle of 14.37º 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 #501A09 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80269-
CMYK00.670.890.69
HSL14.37º79.78%17.45%-
HSV(B)14.37º88.75%31.37%-
XYZ3.732.460.54-
YUV40.21110.39156.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 69.57%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=69.57%
G=22.61%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8026900.670.890.6914.3779.7817.45
Hex501A90435945e5011
Octal120321101031311051612021
Binary101000011010100101000011101100110001011110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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