#501706

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

Shades of Brown Pod #501706

Tints of Brown Pod #501706

Color information

#501706 (or 0x501706) is unknown color: approx Brown Pod. HEX triplet: 50, 17 and 06. RGB value is (80,23,6). Sum of RGB (Red+Green+Blue) = 80+23+6=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501706 is #AFE8F9. Grayscale: #262626. Windows color (decimal): -11528442 or 399184. OLE color: 399184.

HSL color Cylindrical-coordinate representation of color #501706: hue angle of 13.78º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501706 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80236-
CMYK00.710.920.69
HSL13.78º86.05%16.86%-
HSV(B)13.78º92.5%31.37%-
XYZ3.652.330.43-
YUV38.1109.88157.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=73.39%
G=21.10%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8023600.710.920.6913.7886.0516.86
Hex501760475C45e5611
Octal12027601071341051612621
Binary10100001011111001000111101110010001011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501706; }

 p { color: rgb(80,23,6); }

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

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

 a { background-color: rgb(80,23,6); }

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

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

 span { border-color: rgb(80,23,6); }

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