#501605

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

Shades of Brown Pod #501605

Tints of Brown Pod #501605

Color information

#501605 (or 0x501605) is unknown color: approx Brown Pod. HEX triplet: 50, 16 and 05. RGB value is (80,22,5). Sum of RGB (Red+Green+Blue) = 80+22+5=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #501605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501605 is #AFE9FA. Grayscale: #252525. Windows color (decimal): -11528699 or 333392. OLE color: 333392.

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

Color convert

RGB80225-
CMYK00.720.940.69
HSL13.6º88.24%16.67%-
HSV(B)13.6º93.75%31.37%-
XYZ3.622.290.39-
YUV37.4109.72158.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=74.77%
G=20.56%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8022500.720.940.6913.688.2416.67
Hex501650485E45e5811
Octal12026501101361051613021
Binary10100001011010101001000101111010001011110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501605; }

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

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

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

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

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

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

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

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