#501200

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

Shades of Brown Pod #501200

Tints of Brown Pod #501200

Color information

#501200 (or 0x501200) is unknown color: approx Brown Pod. HEX triplet: 50, 12 and 00. RGB value is (80,18,0). Sum of RGB (Red+Green+Blue) = 80+18+0=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #501200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501200 is #AFEDFF. Grayscale: #222222. Windows color (decimal): -11529728 or 4688. OLE color: 4688.

HSL color Cylindrical-coordinate representation of color #501200: hue angle of 13.5º 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 #501200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80180-
CMYK00.7810.69
HSL13.5º100%15.69%-
HSV(B)13.5º100%31.37%-
XYZ3.522.140.23-
YUV34.49108.54160.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 81.63%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.63%
G=18.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8018000.7810.6913.510015.69
Hex5012004E6445e6410
Octal12022001161441051614420
Binary101000010010001001110110010010001011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501200; }

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

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

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

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

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

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

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

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