#501100

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

Shades of Brown Pod #501100

Tints of Brown Pod #501100

Color information

#501100 (or 0x501100) is unknown color: approx Brown Pod. HEX triplet: 50, 11 and 00. RGB value is (80,17,0). Sum of RGB (Red+Green+Blue) = 80+17+0=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #501100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501100 is #AFEEFF. Grayscale: #222222. Windows color (decimal): -11529984 or 4432. OLE color: 4432.

HSL color Cylindrical-coordinate representation of color #501100: hue angle of 12.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #501100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80170-
CMYK00.7910.69
HSL12.75º100%15.69%-
HSV(B)12.75º100%31.37%-
XYZ3.512.110.22-
YUV33.9108.87160.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 82.47%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.47%
G=17.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8017000.7910.6912.7510015.69
Hex5011004F6445d6410
Octal12021001171441051514420
Binary101000010001001001111110010010001011101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501100; }

 p { color: rgb(80,17,0); }

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

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

 a { background-color: rgb(80,17,0); }

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

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

 span { border-color: rgb(80,17,0); }

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