#501600

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

Shades of Brown Pod #501600

Tints of Brown Pod #501600

Color information

#501600 (or 0x501600) is unknown color: approx Brown Pod. HEX triplet: 50, 16 and 00. RGB value is (80,22,0). Sum of RGB (Red+Green+Blue) = 80+22+0=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #501600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501600 is #AFE9FF. Grayscale: #242424. Windows color (decimal): -11528704 or 5712. OLE color: 5712.

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

Color convert

RGB80220-
CMYK00.7210.69
HSL16.5º100%15.69%-
HSV(B)16.5º100%31.37%-
XYZ3.62.280.25-
YUV36.83107.22158.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.43%
G=21.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8022000.7210.6916.510015.69
Hex501600486445106410
Octal12026001101441052014420
Binary1010000101100010010001100100100010110000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501600; }

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

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

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

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

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

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

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

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