#501C09

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

Shades of Brown Pod #501C09

Tints of Brown Pod #501C09

Color information

#501C09 (or 0x501C09) is unknown color: approx Brown Pod. HEX triplet: 50, 1C and 09. RGB value is (80,28,9). Sum of RGB (Red+Green+Blue) = 80+28+9=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C09 is #AFE3F6. Grayscale: #292929. Windows color (decimal): -11527159 or 597072. OLE color: 597072.

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

Color convert

RGB80289-
CMYK00.650.890.69
HSL16.06º79.78%17.45%-
HSV(B)16.06º88.75%31.37%-
XYZ3.772.560.55-
YUV41.38109.73155.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=68.38%
G=23.93%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8028900.650.890.6916.0679.7817.45
Hex501C90415945105011
Octal120341101011311052012021
Binary1010000111001001010000011011001100010110000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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