#501800

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

Shades of Brown Pod #501800

Tints of Brown Pod #501800

Color information

#501800 (or 0x501800) is unknown color: approx Brown Pod. HEX triplet: 50, 18 and 00. RGB value is (80,24,0). Sum of RGB (Red+Green+Blue) = 80+24+0=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501800 is #AFE7FF. Grayscale: #262626. Windows color (decimal): -11528192 or 6224. OLE color: 6224.

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

Color convert

RGB80240-
CMYK00.7010.69
HSL18º100%15.69%-
HSV(B)18º100%31.37%-
XYZ3.632.360.26-
YUV38.01106.55157.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.92%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.92%
G=23.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8024000.7010.691810015.69
Hex501800466445126410
Octal12030001061441052214420
Binary1010000110000010001101100100100010110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501800; }

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

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

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

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

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

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

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

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