#501904

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

Shades of Brown Pod #501904

Tints of Brown Pod #501904

Color information

#501904 (or 0x501904) is unknown color: approx Brown Pod. HEX triplet: 50, 19 and 04. RGB value is (80,25,4). Sum of RGB (Red+Green+Blue) = 80+25+4=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501904 is #AFE6FB. Grayscale: #272727. Windows color (decimal): -11527932 or 268624. OLE color: 268624.

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

Color convert

RGB80254-
CMYK00.690.950.69
HSL16.58º90.48%16.47%-
HSV(B)16.58º95%31.37%-
XYZ3.682.410.39-
YUV39.05108.22157.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=73.39%
G=22.94%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8025400.690.950.6916.5890.4816.47
Hex501940455F45115a10
Octal12031401051371052113220
Binary101000011001100010001011011111100010110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501904; }

 p { color: rgb(80,25,4); }

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

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

 a { background-color: rgb(80,25,4); }

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

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

 span { border-color: rgb(80,25,4); }

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