#501801

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

Shades of Brown Pod #501801

Tints of Brown Pod #501801

Color information

#501801 (or 0x501801) is unknown color: approx Brown Pod. HEX triplet: 50, 18 and 01. RGB value is (80,24,1). Sum of RGB (Red+Green+Blue) = 80+24+1=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501801 is #AFE7FE. Grayscale: #262626. Windows color (decimal): -11528191 or 71760. OLE color: 71760.

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

Color convert

RGB80241-
CMYK00.700.990.69
HSL17.47º97.53%15.88%-
HSV(B)17.47º98.75%31.37%-
XYZ3.642.360.29-
YUV38.12107.05157.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.19%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=76.19%
G=22.86%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8024100.700.990.6917.4797.5315.88
Hex501810466345116210
Octal12030101061431052114220
Binary1010000110001010001101100011100010110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501801; }

 p { color: rgb(80,24,1); }

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

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

 a { background-color: rgb(80,24,1); }

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

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

 span { border-color: rgb(80,24,1); }

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