#501C05

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

Shades of Brown Pod #501C05

Tints of Brown Pod #501C05

Color information

#501C05 (or 0x501C05) is unknown color: approx Brown Pod. HEX triplet: 50, 1C and 05. RGB value is (80,28,5). Sum of RGB (Red+Green+Blue) = 80+28+5=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #501C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C05 is #AFE3FA. Grayscale: #292929. Windows color (decimal): -11527163 or 334928. OLE color: 334928.

HSL color Cylindrical-coordinate representation of color #501C05: hue angle of 18.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501C05 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80285-
CMYK00.650.940.69
HSL18.4º88.24%16.67%-
HSV(B)18.4º93.75%31.37%-
XYZ3.752.550.44-
YUV40.93107.73155.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=70.80%
G=24.78%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8028500.650.940.6918.488.2416.67
Hex501C50415E45125811
Octal12034501011361052213021
Binary101000011100101010000011011110100010110010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C05; }

 p { color: rgb(80,28,5); }

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

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

 a { background-color: rgb(80,28,5); }

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

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

 span { border-color: rgb(80,28,5); }

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